summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-11-14 11:30:20 -0800
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-11-14 11:30:20 -0800
commita2a0821e74a61f53cc7f0c41ce629644ad712114 (patch)
treebfd55e57dd4725bad8b14eda47d2f95613671816 /src/i830.h
parentad3bc0158d37e98fcbbe6a8e31413c142a260424 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index 3abc8006..2c1ac86b 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -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