diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-01-12 15:06:25 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-01-12 15:06:25 +0000 |
commit | 550fe2ca3b29ad2191eab4fdfbed9ed21e25492d (patch) | |
tree | a21436dfe16882b8ea5f2159cc37d4e4fa08f00e /intel | |
parent | 6717b7579f84d05e45e7846d2b6e767760461709 (diff) |
intel: compile fix for previous commit after rebasing
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'intel')
-rw-r--r-- | intel/intel_bufmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |