Home
last modified time | relevance | path

Searched refs:I915_MADV_DONTNEED (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_object_purgeable.c45 retained = brw_bo_madvise(buffer, I915_MADV_DONTNEED); in brw_buffer_purgeable()
Dbrw_bufmgr.c506 if (brw_bo_madvise(bo, I915_MADV_DONTNEED)) in brw_bo_cache_purge_bucket()
939 brw_bo_madvise(bo, I915_MADV_DONTNEED)) { in bo_unreference_final()
/third_party/libdrm/include/drm/
Di915_drm.h1321 #define I915_MADV_DONTNEED 1 macro
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.c664 retained = drm_intel_bo_madvise (buffer, I915_MADV_DONTNEED); in intel_buffer_purgeable()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h1612 #define I915_MADV_DONTNEED 1 macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c712 if (bucket && crocus_bo_madvise(bo, I915_MADV_DONTNEED)) { in bo_unreference_final()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c695 (bufmgr_gem, bo_gem, I915_MADV_DONTNEED)) in drm_intel_gem_bo_cache_purge_bucket()
1399 I915_MADV_DONTNEED)) { in drm_intel_gem_bo_unreference_final()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1357 if (bucket && iris_bo_madvise(bo, I915_MADV_DONTNEED)) { in bo_unreference_final()