Searched refs:may_evict (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource_priv.h | 73 bool may_evict; member
|
D | vmwgfx_context.c | 77 .may_evict = false, 89 .may_evict = true, 101 .may_evict = true,
|
D | vmwgfx_resource.c | 64 .may_evict = false, 1202 if (!res->func->may_evict || res->id == -1 || res->pin_count) in vmw_resource_unreserve() 1335 BUG_ON(!func->may_evict); in vmw_resource_do_evict() 1393 if (list_empty(lru_list) || !res->func->may_evict) { in vmw_resource_validate()
|
D | vmwgfx_shader.c | 96 .may_evict = true, 108 .may_evict = false,
|
D | vmwgfx_so.c | 84 .may_evict = false,
|
D | vmwgfx_cotable.c | 117 .may_evict = true,
|
D | vmwgfx_surface.c | 100 .may_evict = true, 112 .may_evict = true,
|