summaryrefslogtreecommitdiff
path: root/src/i965_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i965_video.c')
-rw-r--r--src/i965_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_video.c b/src/i965_video.c
index 6225aa48..f17999cf 100644
--- a/src/i965_video.c
+++ b/src/i965_video.c
@@ -161,7 +161,7 @@ static void brw_debug(ScrnInfoPtr scrn, char *when)
int i;
uint32_t v;
- I830Sync(scrn);
+ intel_sync(scrn);
ErrorF("brw_debug: %s\n", when);
for (i = 0; svg_ctl_bits[i].name; i++) {
OUTREG(BRW_SVG_CTL, svg_ctl_bits[i].svg_ctl);