Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/ttm/
Dttm_bo_api.h441 bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo,
/Linux-v5.4/drivers/gpu/drm/
Ddrm_vram_mm_helper.c140 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c266 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_ttm.c310 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c871 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo.c756 bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo, in ttm_bo_eviction_valuable() function
768 EXPORT_SYMBOL(ttm_bo_eviction_valuable);
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_ttm.c779 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1701 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1519 return ttm_bo_eviction_valuable(bo, place); in amdgpu_ttm_bo_eviction_valuable()