Searched refs:may_evict (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource_priv.h | 75 bool may_evict; member
|
D | vmwgfx_va.c | 84 .may_evict = false,
|
D | vmwgfx_resource.c | 422 if (!res->func->may_evict || res->id == -1 || res->pin_count) in vmw_resource_unreserve() 562 BUG_ON(!func->may_evict); in vmw_resource_do_evict() 620 if (list_empty(lru_list) || !res->func->may_evict) { in vmw_resource_validate()
|
D | vmwgfx_context.c | 78 .may_evict = false, 90 .may_evict = true, 102 .may_evict = true,
|
D | vmwgfx_so.c | 84 .may_evict = false,
|
D | vmwgfx_shader.c | 97 .may_evict = true, 109 .may_evict = false,
|
D | vmwgfx_cotable.c | 118 .may_evict = true,
|
D | vmwgfx_surface.c | 114 .may_evict = true, 126 .may_evict = true,
|