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_priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intel/intel_bufmgr_priv.h') diff --git a/intel/intel_bufmgr_priv.h b/intel/intel_bufmgr_priv.h index 87e91e7f..0b625200 100644 --- a/intel/intel_bufmgr_priv.h +++ b/intel/intel_bufmgr_priv.h @@ -177,8 +177,8 @@ struct _drm_intel_bufmgr { * ring buffer */ int (*bo_mrb_exec) (drm_intel_bo *bo, int used, - drm_clip_rect_t *cliprects, int num_cliprects, - int DR4, int ring_flag); + drm_clip_rect_t *cliprects, int num_cliprects, + int DR4, unsigned flags); /** * Pin a buffer to the aperture and fix the offset until unpinned -- cgit v1.2.3