Home
last modified time | relevance | path

Searched refs:ttm_bo_eviction_valuable (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/include/drm/ttm/
Dttm_bo_api.h317 bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo,
/Linux-v6.1/drivers/gpu/drm/qxl/
Dqxl_ttm.c167 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v6.1/drivers/gpu/drm/ttm/
Dttm_bo.c518 bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo, in ttm_bo_eviction_valuable() function
533 EXPORT_SYMBOL(ttm_bo_eviction_valuable);
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c641 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v6.1/drivers/gpu/drm/
Ddrm_gem_vram_helper.c958 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_ttm.c684 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1324 return ttm_bo_eviction_valuable(bo, place); in amdgpu_ttm_bo_eviction_valuable()
1358 return ttm_bo_eviction_valuable(bo, place); in amdgpu_ttm_bo_eviction_valuable()
/Linux-v6.1/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c380 return ttm_bo_eviction_valuable(bo, place); in i915_ttm_eviction_valuable()
/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1341 .eviction_valuable = ttm_bo_eviction_valuable,