Home
last modified time | relevance | path

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

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

Completed in 24 milliseconds