may_evict          78 drivers/gpu/drm/vmwgfx/vmwgfx_context.c 	.may_evict = false,
may_evict          90 drivers/gpu/drm/vmwgfx/vmwgfx_context.c 	.may_evict = true,
may_evict         104 drivers/gpu/drm/vmwgfx/vmwgfx_context.c 	.may_evict = true,
may_evict         118 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	.may_evict = true,
may_evict         452 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 	if (!res->func->may_evict || res->id == -1 || res->pin_count)
may_evict         596 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 	BUG_ON(!func->may_evict);
may_evict         657 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 		if (list_empty(lru_list) || !res->func->may_evict) {
may_evict          80 drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h 	bool may_evict;
may_evict          97 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 	.may_evict = true,
may_evict         111 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 	.may_evict = true,
may_evict          84 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 	.may_evict = false,
may_evict         114 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 	.may_evict = true,
may_evict         128 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 	.may_evict = true,
may_evict          84 drivers/gpu/drm/vmwgfx/vmwgfx_va.c 		.may_evict = false,