Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_api.h441 bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo,
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c675 bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo, in ttm_bo_eviction_valuable() function
687 EXPORT_SYMBOL(ttm_bo_eviction_valuable);
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ttm.c889 .eviction_valuable = ttm_bo_eviction_valuable,
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ttm.c1529 return ttm_bo_eviction_valuable(bo, place); in amdgpu_ttm_bo_eviction_valuable()