intel: compile fix for previous commit after rebasing
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 12 Jan 2011 15:06:25 +0000 (15:06 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 12 Jan 2011 15:06:25 +0000 (15:06 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
intel/intel_bufmgr.c

index 2546222..e949ff2 100644 (file)
@@ -143,7 +143,7 @@ drm_intel_bo_mrb_exec(drm_intel_bo *bo, int used,
                                        cliprects, num_cliprects, DR4,
                                        rings);
 
-       if (ring_flag == 0)
+       if (rings == 0)
                return bo->bufmgr->bo_exec(bo, used,
                                           cliprects, num_cliprects, DR4);