Home
last modified time | relevance | path

Searched refs:hw_destroy (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_simple_resource.c82 simple->res.hw_destroy = simple->func->hw_destroy; in vmw_simple_resource_init()
H A Dvmwgfx_va.c97 .hw_destroy = vmw_stream_hw_destroy,
H A Dvmwgfx_resource_priv.h117 * @hw_destroy: A resource hw_destroy function.
125 void (*hw_destroy)(struct vmw_resource *res); member
H A Dvmwgfx_resource.c147 if (likely(res->hw_destroy != NULL)) { in vmw_resource_release()
151 res->hw_destroy(res); in vmw_resource_release()
219 res->hw_destroy = NULL; in vmw_resource_init()
H A Dvmwgfx_streamoutput.c311 res->hw_destroy = vmw_dx_streamoutput_hw_destroy; in vmw_dx_streamoutput_add()
H A Dvmwgfx_so.c374 res->hw_destroy = vmw_hw_view_destroy; in vmw_view_add()
H A Dvmwgfx_context.c228 res->hw_destroy = vmw_hw_context_destroy; in vmw_gb_context_init()
282 res->hw_destroy = vmw_hw_context_destroy; in vmw_context_init()
H A Dvmwgfx_shader.c191 res->hw_destroy = vmw_hw_shader_destroy; in vmw_gb_shader_init()
626 res->hw_destroy = vmw_hw_shader_destroy; in vmw_dx_shader_add()
H A Dvmwgfx_cotable.c570 * vmw_hw_cotable_destroy - Cotable hw_destroy callback
633 vcotbl->res.hw_destroy = vmw_hw_cotable_destroy; in vmw_cotable_alloc()
H A Dvmwgfx_drv.h166 * @hw_destroy: Callback to destroy the resource on the device, as part of
190 void (*hw_destroy) (struct vmw_resource *res); member
H A Dvmwgfx_surface.c633 res->hw_destroy = vmw_hw_surface_destroy; in vmw_surface_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_simple_resource.c84 simple->res.hw_destroy = simple->func->hw_destroy; in vmw_simple_resource_init()
H A Dvmwgfx_resource_priv.h115 * @hw_destroy: A resource hw_destroy function.
123 void (*hw_destroy)(struct vmw_resource *res); member
H A Dvmwgfx_va.c95 .hw_destroy = vmw_stream_hw_destroy,
H A Dvmwgfx_resource.c144 if (likely(res->hw_destroy != NULL)) { in vmw_resource_release()
148 res->hw_destroy(res); in vmw_resource_release()
217 res->hw_destroy = NULL; in vmw_resource_init()
H A Dvmwgfx_streamoutput.c330 res->hw_destroy = vmw_dx_streamoutput_hw_destroy; in vmw_dx_streamoutput_add()
H A Dvmwgfx_context.c226 res->hw_destroy = vmw_hw_context_destroy; in vmw_gb_context_init()
280 res->hw_destroy = vmw_hw_context_destroy; in vmw_context_init()
H A Dvmwgfx_shader.c193 res->hw_destroy = vmw_hw_shader_destroy; in vmw_gb_shader_init()
647 res->hw_destroy = vmw_hw_shader_destroy; in vmw_dx_shader_add()
H A Dvmwgfx_cotable.c533 * vmw_hw_cotable_destroy - Cotable hw_destroy callback
614 vcotbl->res.hw_destroy = vmw_hw_cotable_destroy; in vmw_cotable_alloc()
H A Dvmwgfx_so.c386 res->hw_destroy = vmw_hw_view_destroy; in vmw_view_add()
H A Dvmwgfx_drv.h166 * @hw_destroy: Callback to destroy the resource on the device, as part of
188 void (*hw_destroy) (struct vmw_resource *res); member
H A Dvmwgfx_surface.c636 res->hw_destroy = vmw_hw_surface_destroy; in vmw_surface_init()

Completed in 24 milliseconds