Home
last modified time | relevance | path

Searched refs:may_evict (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource_priv.h89 bool may_evict; member
Dvmwgfx_va.c85 .may_evict = false,
Dvmwgfx_context.c77 .may_evict = false,
90 .may_evict = true,
105 .may_evict = true,
Dvmwgfx_resource.c495 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()
Dvmwgfx_streamoutput.c67 .may_evict = false,
Dvmwgfx_shader.c93 .may_evict = true,
108 .may_evict = true,
Dvmwgfx_so.c86 .may_evict = false,
Dvmwgfx_cotable.c135 .may_evict = true,
Dvmwgfx_surface.c127 .may_evict = true,
142 .may_evict = true,
/linux-6.12.1/drivers/gpu/drm/ttm/
Dttm_bo.c691 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()