Home
last modified time | relevance | path

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

/Linux-v5.15/include/drm/ttm/
Dttm_device.h129 bool (*eviction_valuable)(struct ttm_buffer_object *bo, member
/Linux-v5.15/drivers/gpu/drm/qxl/
Dqxl_ttm.c168 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c724 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.15/drivers/gpu/drm/
Ddrm_gem_vram_helper.c942 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c597 .eviction_valuable = i915_ttm_eviction_valuable,
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_ttm.c700 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_bo.c620 if (ret && place && !bo->bdev->funcs->eviction_valuable(bo, place)) { in ttm_bo_evict_swapout_allowable()
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1325 .eviction_valuable = ttm_bo_eviction_valuable,
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1491 .eviction_valuable = amdgpu_ttm_bo_eviction_valuable,