Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_simple_resource.c84 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.c330 res->hw_destroy = vmw_dx_streamoutput_hw_destroy; in vmw_dx_streamoutput_add()
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()
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()
A Dvmwgfx_so.c387 res->hw_destroy = vmw_hw_view_destroy; in vmw_view_add()
A Dvmwgfx_cotable.c618 vcotbl->res.hw_destroy = vmw_hw_cotable_destroy; in vmw_cotable_alloc()
A Dvmwgfx_drv.h190 void (*hw_destroy) (struct vmw_resource *res); member
A Dvmwgfx_surface.c639 res->hw_destroy = vmw_hw_surface_destroy; in vmw_surface_init()

Completed in 23 milliseconds