summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-12-02 20:42:41 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2009-12-02 20:43:05 +0000
commit57336c26f1fb90d43851ddcf78539585b67d86d9 (patch)
treef7ba92e0f8db3e15e49f3d4ff7c6291602b9410d /src/i830_driver.c
parent370157f4932cf9067ba81c8bd5a311aff610882b (diff)
Rename I830Sync() to intel_sync()
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i830_driver.c')
-rw-r--r--src/i830_driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c
index 94837eb8..7ab4e968 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -428,7 +428,7 @@ static Bool i830_xf86crtc_resize(ScrnInfoPtr scrn, int width, int height)
xf86DrvMsg(scrn->scrnIndex, X_INFO,
"Allocate new frame buffer %dx%d stride %d\n", width,
height, scrn->displayWidth);
- I830Sync(scrn);
+ intel_sync(scrn);
i830WaitForVblank(scrn);
new_front = i830_allocate_framebuffer(scrn);
if (!new_front) {
@@ -456,7 +456,7 @@ static Bool i830_xf86crtc_resize(ScrnInfoPtr scrn, int width, int height)
"New front buffer at 0x%lx\n",
intel->front_buffer->offset);
i830_set_new_crtc_bo(scrn);
- I830Sync(scrn);
+ intel_sync(scrn);
i830WaitForVblank(scrn);
i830_free_memory(scrn, old_front);
}
@@ -1462,7 +1462,7 @@ static void I830LeaveVT(int scrnIndex, int flags)
xf86_hide_cursors(scrn);
- I830Sync(scrn);
+ intel_sync(scrn);
intel_batch_teardown(scrn);