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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intel/intel_bufmgr.h') diff --git a/intel/intel_bufmgr.h b/intel/intel_bufmgr.h index e1b4c454..daa18b4c 100644 --- a/intel/intel_bufmgr.h +++ b/intel/intel_bufmgr.h @@ -114,7 +114,7 @@ int drm_intel_bo_exec(drm_intel_bo *bo, int used, struct drm_clip_rect *cliprects, int num_cliprects, int DR4); int drm_intel_bo_mrb_exec(drm_intel_bo *bo, int used, struct drm_clip_rect *cliprects, int num_cliprects, int DR4, - int ring_flag); + unsigned int flags); int drm_intel_bufmgr_check_aperture_space(drm_intel_bo ** bo_array, int count); int drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset, -- cgit v1.2.3