From 0184bb1c6d946bcaf198f7680b3405adca676790 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 19 Dec 2010 13:01:15 +0000 Subject: intel: Export CONSTANT_BUFFER addressing mode Signed-off-by: Chris Wilson --- intel/intel_bufmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intel/intel_bufmgr.c') diff --git a/intel/intel_bufmgr.c b/intel/intel_bufmgr.c index f93a8707..b7c5c091 100644 --- a/intel/intel_bufmgr.c +++ b/intel/intel_bufmgr.c @@ -136,12 +136,12 @@ drm_intel_bo_exec(drm_intel_bo *bo, int used, int drm_intel_bo_mrb_exec(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4, - int ring_flag) + unsigned int rings) { if (bo->bufmgr->bo_mrb_exec) return bo->bufmgr->bo_mrb_exec(bo, used, cliprects, num_cliprects, DR4, - ring_flag); + rings); return -ENODEV; } -- cgit v1.2.3