Lines Matching full:vfb
215 struct vmw_framebuffer *vfb; in vmw_sou_crtc_mode_set_nofb() local
227 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_sou_crtc_mode_set_nofb()
237 if (vfb) { in vmw_sou_crtc_mode_set_nofb()
478 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
480 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb()
491 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb()
494 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb()
529 * @vfb: Framebuffer which is blitted to display unit.
539 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument
549 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo()
592 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_sou_surface_pre_clip()
689 * @vfb: Framebuffer which is blitted to display unit
699 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_surface() argument
709 srf_update.base.vfb = vfb; in vmw_sou_plane_update_surface()
736 struct vmw_framebuffer *vfb = in vmw_sou_primary_plane_atomic_update() local
739 if (vfb->bo) in vmw_sou_primary_plane_atomic_update()
741 old_state, vfb, &fence); in vmw_sou_primary_plane_atomic_update()
744 old_state, vfb, in vmw_sou_primary_plane_atomic_update()
1310 * @vfb: Pointer to the buffer-object backed framebuffer.
1322 struct vmw_framebuffer *vfb, in vmw_kms_sou_readback() argument
1329 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_sou_readback()
1344 ret = do_bo_define_gmrfb(dev_priv, vfb); in vmw_kms_sou_readback()
1353 ret = vmw_kms_helper_dirty(dev_priv, vfb, NULL, vclips, in vmw_kms_sou_readback()