diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-11-14 11:30:20 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-11-14 11:30:20 -0800 |
commit | a2a0821e74a61f53cc7f0c41ce629644ad712114 (patch) | |
tree | bfd55e57dd4725bad8b14eda47d2f95613671816 /src/i830.h | |
parent | ad3bc0158d37e98fcbbe6a8e31413c142a260424 (diff) |
Don't stop ring before restoring hw state
Some of the hw state restoration callbacks may want to use the ring for various
things like stopping video playback, so leave the ring enabled until we get
back from RestoreHWState. Also rename the functions so that their purpose is
clearer and remove a couple of redundant lines.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -664,7 +664,7 @@ i830_crtc_hide_cursor (xf86CrtcPtr crtc); void i830_crtc_set_cursor_colors (xf86CrtcPtr crtc, int bg, int fg); -extern void I830RefreshRing(ScrnInfoPtr pScrn); +extern void i830_refresh_ring(ScrnInfoPtr pScrn); extern void I830EmitFlush(ScrnInfoPtr pScrn); #ifdef I830_XV |