From 550fe2ca3b29ad2191eab4fdfbed9ed21e25492d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 12 Jan 2011 15:06:25 +0000 Subject: intel: compile fix for previous commit after rebasing Signed-off-by: Chris Wilson --- intel/intel_bufmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intel/intel_bufmgr.c b/intel/intel_bufmgr.c index 25462220..e949ff2a 100644 --- a/intel/intel_bufmgr.c +++ b/intel/intel_bufmgr.c @@ -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); -- cgit v1.2.3