Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_surface.c82 static int vmw_gb_surface_destroy(struct vmw_resource *res);
116 .destroy = vmw_gb_surface_destroy,
319 if (res->func->destroy == vmw_gb_surface_destroy) { in vmw_hw_surface_destroy()
320 (void) vmw_gb_surface_destroy(res); in vmw_hw_surface_destroy()
1233 static int vmw_gb_surface_destroy(struct vmw_resource *res) in vmw_gb_surface_destroy() function