From 07e7589d86624e9c1ca4c38d00cf6886e1445ae2 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 11 May 2010 08:54:06 +0100 Subject: intel: query whether a buffer is reusable. Signed-off-by: Chris Wilson --- intel/intel_bufmgr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intel/intel_bufmgr.h') diff --git a/intel/intel_bufmgr.h b/intel/intel_bufmgr.h index 0984ab08..cbcddb65 100644 --- a/intel/intel_bufmgr.h +++ b/intel/intel_bufmgr.h @@ -126,6 +126,7 @@ int drm_intel_bo_busy(drm_intel_bo *bo); int drm_intel_bo_madvise(drm_intel_bo *bo, int madv); int drm_intel_bo_disable_reuse(drm_intel_bo *bo); +int drm_intel_bo_is_reusable(drm_intel_bo *bo); int drm_intel_bo_references(drm_intel_bo *bo, drm_intel_bo *target_bo); /* drm_intel_bufmgr_gem.c */ -- cgit v1.2.3