Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource_priv.h89 bool may_evict; member
H A Dvmwgfx_va.c85 .may_evict = false,
H A Dvmwgfx_context.c77 .may_evict = false,
90 .may_evict = true,
105 .may_evict = true,
H A Dvmwgfx_streamoutput.c67 .may_evict = false,
H A Dvmwgfx_shader.c93 .may_evict = true,
108 .may_evict = true,
H A Dvmwgfx_so.c86 .may_evict = false,
H A Dvmwgfx_cotable.c135 .may_evict = true,
H A Dvmwgfx_surface.c109 .may_evict = true,
124 .may_evict = true,
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c730 bool may_evict; in ttm_bo_alloc_resource() local
740 may_evict = (force_space && place->mem_type != TTM_PL_SYSTEM); in ttm_bo_alloc_resource()
747 if (!may_evict) { in ttm_bo_alloc_resource()