Searched refs:may_evict (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource_priv.h | 89 bool may_evict; member
|
D | vmwgfx_va.c | 85 .may_evict = false,
|
D | vmwgfx_context.c | 77 .may_evict = false, 90 .may_evict = true, 105 .may_evict = true,
|
D | vmwgfx_resource.c | 495 if (!res->func->may_evict || res->id == -1 || res->pin_count) in vmw_resource_unreserve() 641 BUG_ON(!func->may_evict); in vmw_resource_do_evict() 704 if (list_empty(lru_list) || !res->func->may_evict) { in vmw_resource_validate()
|
D | vmwgfx_streamoutput.c | 67 .may_evict = false,
|
D | vmwgfx_shader.c | 93 .may_evict = true, 108 .may_evict = true,
|
D | vmwgfx_so.c | 86 .may_evict = false,
|
D | vmwgfx_cotable.c | 135 .may_evict = true,
|
D | vmwgfx_surface.c | 127 .may_evict = true, 142 .may_evict = true,
|
/linux-6.12.1/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 691 bool may_evict; in ttm_bo_alloc_resource() local 701 may_evict = (force_space && place->mem_type != TTM_PL_SYSTEM); in ttm_bo_alloc_resource() 706 if (!may_evict) in ttm_bo_alloc_resource()
|