diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-12-02 20:42:41 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-12-02 20:43:05 +0000 |
commit | 57336c26f1fb90d43851ddcf78539585b67d86d9 (patch) | |
tree | f7ba92e0f8db3e15e49f3d4ff7c6291602b9410d /src/i965_video.c | |
parent | 370157f4932cf9067ba81c8bd5a311aff610882b (diff) |
Rename I830Sync() to intel_sync()
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i965_video.c')
-rw-r--r-- | src/i965_video.c | 2 |
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); |