Searched refs:ttm_bo_eviction_valuable (Results 1 – 11 of 11) sorted by relevance
| /drivers/gpu/drm/ttm/tests/ |
| A D | ttm_kunit_helpers.c | 139 .eviction_valuable = ttm_bo_eviction_valuable, 158 .eviction_valuable = ttm_bo_eviction_valuable,
|
| /drivers/gpu/drm/qxl/ |
| A D | qxl_ttm.c | 176 .eviction_valuable = ttm_bo_eviction_valuable,
|
| /drivers/gpu/drm/ttm/ |
| A D | ttm_bo.c | 421 bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo, in ttm_bo_eviction_valuable() function 436 EXPORT_SYMBOL(ttm_bo_eviction_valuable);
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_ttm_buffer.c | 553 .eviction_valuable = ttm_bo_eviction_valuable,
|
| /drivers/gpu/drm/loongson/ |
| A D | lsdc_ttm.c | 246 .eviction_valuable = ttm_bo_eviction_valuable,
|
| /drivers/gpu/drm/ |
| A D | drm_gem_vram_helper.c | 812 .eviction_valuable = ttm_bo_eviction_valuable,
|
| /drivers/gpu/drm/radeon/ |
| A D | radeon_ttm.c | 672 .eviction_valuable = ttm_bo_eviction_valuable,
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ttm.c | 1411 return ttm_bo_eviction_valuable(bo, place); in amdgpu_ttm_bo_eviction_valuable() 1446 return ttm_bo_eviction_valuable(bo, place); in amdgpu_ttm_bo_eviction_valuable()
|
| /drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_ttm.c | 374 return ttm_bo_eviction_valuable(bo, place); in i915_ttm_eviction_valuable()
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_bo.c | 1494 .eviction_valuable = ttm_bo_eviction_valuable,
|
| /drivers/gpu/drm/xe/ |
| A D | xe_bo.c | 1023 if (!ttm_bo_eviction_valuable(bo, place)) in xe_bo_eviction_valuable()
|
Completed in 41 milliseconds