diff options
Diffstat (limited to 'intel/intel_bufmgr_priv.h')
-rw-r--r-- | intel/intel_bufmgr_priv.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/intel/intel_bufmgr_priv.h b/intel/intel_bufmgr_priv.h index 7e360a0b23d4..c50229ee55a1 100644 --- a/intel/intel_bufmgr_priv.h +++ b/intel/intel_bufmgr_priv.h @@ -197,14 +197,15 @@ struct _drm_intel_bufmgr { /** Executes the command buffer pointed to by bo. */ int (*bo_exec) (drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, - int DR4); + int DR4, int fence_in, int *fence_out); /** Executes the command buffer pointed to by bo on the selected * ring buffer */ int (*bo_mrb_exec) (drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, - int DR4, unsigned flags); + int DR4, unsigned flags, + int fence_in, int *fence_out); /** * Pin a buffer to the aperture and fix the offset until unpinned |