Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c53 static int vmw_gb_context_destroy(struct vmw_resource *res);
91 .destroy = vmw_gb_context_destroy,
116 if (res->func->destroy == vmw_gb_context_destroy) { in vmw_hw_context_destroy()
121 (void) vmw_gb_context_destroy(res); in vmw_hw_context_destroy()
392 static int vmw_gb_context_destroy(struct vmw_resource *res) in vmw_gb_context_destroy() function