Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_simple_resource.c82 simple->res.hw_destroy = simple->func->hw_destroy; in vmw_simple_resource_init()
A Dvmwgfx_resource_priv.h123 void (*hw_destroy)(struct vmw_resource *res); member
A Dvmwgfx_va.c95 .hw_destroy = vmw_stream_hw_destroy,
A Dvmwgfx_resource.c146 if (likely(res->hw_destroy != NULL)) { in vmw_resource_release()
150 res->hw_destroy(res); in vmw_resource_release()
218 res->hw_destroy = NULL; in vmw_resource_init()
A Dvmwgfx_streamoutput.c309 res->hw_destroy = vmw_dx_streamoutput_hw_destroy; in vmw_dx_streamoutput_add()
A Dvmwgfx_shader.c188 res->hw_destroy = vmw_hw_shader_destroy; in vmw_gb_shader_init()
623 res->hw_destroy = vmw_hw_shader_destroy; in vmw_dx_shader_add()
A Dvmwgfx_context.c224 res->hw_destroy = vmw_hw_context_destroy; in vmw_gb_context_init()
278 res->hw_destroy = vmw_hw_context_destroy; in vmw_context_init()
A Dvmwgfx_so.c372 res->hw_destroy = vmw_hw_view_destroy; in vmw_view_add()
A Dvmwgfx_cotable.c622 vcotbl->res.hw_destroy = vmw_hw_cotable_destroy; in vmw_cotable_alloc()
A Dvmwgfx_drv.h212 void (*hw_destroy) (struct vmw_resource *res); member
A Dvmwgfx_surface.c630 res->hw_destroy = vmw_hw_surface_destroy; in vmw_surface_init()

Completed in 27 milliseconds