Home
last modified time | relevance | path

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

/drivers/gpu/drm/qxl/
Dqxl_ttm.c195 .eviction_valuable = ttm_bo_eviction_valuable,
/drivers/gpu/drm/ttm/
Dttm_bo.c644 bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo, in ttm_bo_eviction_valuable() function
656 EXPORT_SYMBOL(ttm_bo_eviction_valuable);
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c800 .eviction_valuable = ttm_bo_eviction_valuable,
/drivers/gpu/drm/
Ddrm_gem_vram_helper.c1006 .eviction_valuable = ttm_bo_eviction_valuable,
/drivers/gpu/drm/radeon/
Dradeon_ttm.c804 .eviction_valuable = ttm_bo_eviction_valuable,
/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1415 .eviction_valuable = ttm_bo_eviction_valuable,
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1621 return ttm_bo_eviction_valuable(bo, place); in amdgpu_ttm_bo_eviction_valuable()