Searched refs:may_evict (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_resource_priv.h | 65 * @may_evict Whether the resource may be evicted. 87 bool may_evict; member
|
H A D | vmwgfx_va.c | 84 .may_evict = false,
|
H A D | vmwgfx_context.c | 78 .may_evict = false, 90 .may_evict = true, 104 .may_evict = true,
|
H A D | vmwgfx_resource.c | 518 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 D | vmwgfx_streamoutput.c | 68 .may_evict = false,
|
H A D | vmwgfx_shader.c | 97 .may_evict = true, 111 .may_evict = true,
|
H A D | vmwgfx_cotable.c | 120 .may_evict = true,
|
H A D | vmwgfx_so.c | 84 .may_evict = false,
|
H A D | vmwgfx_surface.c | 135 .may_evict = true, 149 .may_evict = true,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_va.c | 85 .may_evict = false,
|
H A D | vmwgfx_resource_priv.h | 66 * @may_evict Whether the resource may be evicted. 89 bool may_evict; member
|
H A D | vmwgfx_context.c | 77 .may_evict = false, 90 .may_evict = true, 105 .may_evict = true,
|
H A D | vmwgfx_resource.c | 486 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 D | vmwgfx_streamoutput.c | 67 .may_evict = false,
|
H A D | vmwgfx_so.c | 86 .may_evict = false,
|
H A D | vmwgfx_shader.c | 93 .may_evict = true, 108 .may_evict = true,
|
H A D | vmwgfx_cotable.c | 135 .may_evict = true,
|
H A D | vmwgfx_surface.c | 130 .may_evict = true, 145 .may_evict = true,
|
Completed in 20 milliseconds