Home
last modified time | relevance | path

Searched refs:hw_destroy (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_simple_resource.c84 simple->res.hw_destroy = simple->func->hw_destroy; in vmw_simple_resource_init()
Dvmwgfx_resource_priv.h123 void (*hw_destroy)(struct vmw_resource *res); member
Dvmwgfx_va.c95 .hw_destroy = vmw_stream_hw_destroy,
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()
Dvmwgfx_streamoutput.c330 res->hw_destroy = vmw_dx_streamoutput_hw_destroy; in vmw_dx_streamoutput_add()
Dvmwgfx_so.c386 res->hw_destroy = vmw_hw_view_destroy; in vmw_view_add()
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()
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()
Dvmwgfx_cotable.c614 vcotbl->res.hw_destroy = vmw_hw_cotable_destroy; in vmw_cotable_alloc()
Dvmwgfx_drv.h188 void (*hw_destroy) (struct vmw_resource *res); member
Dvmwgfx_surface.c636 res->hw_destroy = vmw_hw_surface_destroy; in vmw_surface_init()