Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_object_purgeable.c109 retained = brw_bo_madvise(buffer, I915_MADV_WILLNEED); in brw_bo_unpurgeable()
Dbrw_bufmgr.c600 if (!brw_bo_madvise(bo, I915_MADV_WILLNEED)) { in bo_alloc_internal()
/third_party/libdrm/include/drm/
Di915_drm.h1320 #define I915_MADV_WILLNEED 0 macro
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.c734 retained = drm_intel_bo_madvise (buffer, I915_MADV_WILLNEED); in intel_buffer_unpurgeable()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h1611 #define I915_MADV_WILLNEED 0 macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c318 if (crocus_bo_madvise(cur, I915_MADV_WILLNEED)) { in alloc_bo_from_cache()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c853 if (iris_bo_madvise(cur, I915_MADV_WILLNEED)) { in alloc_bo_from_cache()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c772 (bufmgr_gem, bo_gem, I915_MADV_WILLNEED)) { in drm_intel_gem_bo_alloc_internal()