Searched refs:vmw_surface_get_desc (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c389 vmw_surface_get_desc(VMW_CURSOR_SNOOP_FORMAT);
H A Dvmwgfx_surface.c305 vmw_surface_get_desc(srf->metadata.format);
750 desc = vmw_surface_get_desc(req->format);
821 vmw_surface_get_desc(VMW_CURSOR_SNOOP_FORMAT);
2028 vmw_surface_get_desc(req->format);
H A Dvmw_surface_cache.h41 * vmw_surface_get_desc - Look up the appropriate SVGA3dSurfaceDesc for the
45 vmw_surface_get_desc(SVGA3dSurfaceFormat format) function
149 const SVGA3dSurfaceDesc *desc = vmw_surface_get_desc(format);
196 const SVGA3dSurfaceDesc *desc = vmw_surface_get_desc(format);
224 desc = vmw_surface_get_desc(format);
389 cache->desc = desc = vmw_surface_get_desc(format);

Completed in 162 milliseconds