Home
last modified time | relevance | path

Searched refs:may_evict (Results 1 – 7 of 7) 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,
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c731 bool may_evict; in ttm_bo_alloc_resource() local
741 may_evict = (force_space && place->mem_type != TTM_PL_SYSTEM); in ttm_bo_alloc_resource()
748 if (!may_evict) { in ttm_bo_alloc_resource()