Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c61 static int vmw_dx_context_destroy(struct vmw_resource *res);
108 .destroy = vmw_dx_context_destroy,
148 res->func->destroy == vmw_dx_context_destroy) { in vmw_hw_context_destroy()
646 static int vmw_dx_context_destroy(struct vmw_resource *res) in vmw_dx_context_destroy() function