Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c363 vps->surf = vmw_framebuffer_to_vfbs(fb)->surface; in vmw_du_cursor_plane_prepare_fb()
523 surface = vmw_framebuffer_to_vfbs(fb)->surface; in vmw_du_cursor_plane_atomic_check()
841 vmw_framebuffer_to_vfbs(framebuffer); in vmw_framebuffer_surface_destroy()
859 vmw_framebuffer_to_vfbs(framebuffer); in vmw_framebuffer_surface_dirty()
1134 vmw_framebuffer_to_vfbs(&vfb->base)->surface->res.backup; in vmw_framebuffer_pin()
1177 vmw_framebuffer_to_vfbs(&vfb->base)->surface->res.backup; in vmw_framebuffer_unpin()
Dvmwgfx_kms.h90 #define vmw_framebuffer_to_vfbs(x) \ macro
Dvmwgfx_stdu.c1115 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()