diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-21 22:28:58 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-21 22:28:58 +0100 |
commit | 5bf470bd38b1f6a7a540585186a54c9dbbca98f9 (patch) | |
tree | 964fadda751d210b4abd2d8693508cf3336672cb /src/i830_driver.c | |
parent | 0203cf91b54ee8a7cea8560e559288ee9b6e8554 (diff) |
i965: Compile fix.
Oops, I spent more time discussing these flushing bugs than I spent
paying attention to what I was actually doing.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i830_driver.c')
-rw-r--r-- | src/i830_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index 91e5ac97..b8e0c0b4 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -870,7 +870,7 @@ I830BlockHandler(int i, pointer blockData, pointer pTimeout, pointer pReadmask) */ intel_batch_submit(scrn, intel->need_mi_flush || - !list_is_empty(intel->flush_pixmaps)); + !list_is_empty(&intel->flush_pixmaps)); drmCommandNone(intel->drmSubFD, DRM_I915_GEM_THROTTLE); } |