Searched refs:may_evict (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_resource_priv.h | 89 bool may_evict; member
|
| H A D | vmwgfx_va.c | 85 .may_evict = false,
|
| H A D | vmwgfx_context.c | 77 .may_evict = false, 90 .may_evict = true, 105 .may_evict = true,
|
| H A D | vmwgfx_streamoutput.c | 67 .may_evict = false,
|
| H A D | vmwgfx_shader.c | 93 .may_evict = true, 108 .may_evict = true,
|
| H A D | vmwgfx_so.c | 86 .may_evict = false,
|
| H A D | vmwgfx_cotable.c | 135 .may_evict = true,
|
| H A D | vmwgfx_surface.c | 109 .may_evict = true, 124 .may_evict = true,
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 730 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()
|