Searched refs:may_evict (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource_priv.h | 87 bool may_evict; member
|
D | vmwgfx_va.c | 84 .may_evict = false,
|
D | vmwgfx_context.c | 76 .may_evict = false, 88 .may_evict = true, 102 .may_evict = true,
|
D | vmwgfx_resource.c | 514 if (!res->func->may_evict || res->id == -1 || res->pin_count) in vmw_resource_unreserve() 657 BUG_ON(!func->may_evict); in vmw_resource_do_evict() 720 if (list_empty(lru_list) || !res->func->may_evict) { in vmw_resource_validate()
|
D | vmwgfx_streamoutput.c | 66 .may_evict = false,
|
D | vmwgfx_shader.c | 92 .may_evict = true, 106 .may_evict = true,
|
D | vmwgfx_so.c | 85 .may_evict = false,
|
D | vmwgfx_cotable.c | 121 .may_evict = true,
|
D | vmwgfx_surface.c | 129 .may_evict = true, 143 .may_evict = true,
|