Home
last modified time | relevance | path

Searched refs:may_evict (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource_priv.h65 * @may_evict Whether the resource may be evicted.
87 bool may_evict; member
H A Dvmwgfx_va.c84 .may_evict = false,
H A Dvmwgfx_context.c78 .may_evict = false,
90 .may_evict = true,
104 .may_evict = true,
H A Dvmwgfx_resource.c518 if (!res->func->may_evict || res->id == -1 || res->pin_count) in vmw_resource_unreserve()
661 BUG_ON(!func->may_evict); in vmw_resource_do_evict()
724 if (list_empty(lru_list) || !res->func->may_evict) { in vmw_resource_validate()
H A Dvmwgfx_streamoutput.c68 .may_evict = false,
H A Dvmwgfx_shader.c97 .may_evict = true,
111 .may_evict = true,
H A Dvmwgfx_cotable.c120 .may_evict = true,
H A Dvmwgfx_so.c84 .may_evict = false,
H A Dvmwgfx_surface.c135 .may_evict = true,
149 .may_evict = true,
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_va.c85 .may_evict = false,
H A Dvmwgfx_resource_priv.h66 * @may_evict Whether the resource may be evicted.
89 bool may_evict; member
H A Dvmwgfx_context.c77 .may_evict = false,
90 .may_evict = true,
105 .may_evict = true,
H A Dvmwgfx_resource.c486 if (!res->func->may_evict || res->id == -1 || res->pin_count) in vmw_resource_unreserve()
632 BUG_ON(!func->may_evict); in vmw_resource_do_evict()
695 if (list_empty(lru_list) || !res->func->may_evict) { in vmw_resource_validate()
H A Dvmwgfx_streamoutput.c67 .may_evict = false,
H A Dvmwgfx_so.c86 .may_evict = false,
H A Dvmwgfx_shader.c93 .may_evict = true,
108 .may_evict = true,
H A Dvmwgfx_cotable.c135 .may_evict = true,
H A Dvmwgfx_surface.c130 .may_evict = true,
145 .may_evict = true,

Completed in 20 milliseconds