intel: compile fix for previous commit after rebasing
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>main
parent
6717b7579f
commit
550fe2ca3b
|
@ -143,7 +143,7 @@ drm_intel_bo_mrb_exec(drm_intel_bo *bo, int used,
|
||||||
cliprects, num_cliprects, DR4,
|
cliprects, num_cliprects, DR4,
|
||||||
rings);
|
rings);
|
||||||
|
|
||||||
if (ring_flag == 0)
|
if (rings == 0)
|
||||||
return bo->bufmgr->bo_exec(bo, used,
|
return bo->bufmgr->bo_exec(bo, used,
|
||||||
cliprects, num_cliprects, DR4);
|
cliprects, num_cliprects, DR4);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue