Lines Matching refs:vfb
216 struct vmw_framebuffer *vfb; in vmw_sou_crtc_mode_set_nofb() local
228 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_sou_crtc_mode_set_nofb()
238 if (vfb) { in vmw_sou_crtc_mode_set_nofb()
482 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
484 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb()
495 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb()
498 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb()
543 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument
553 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo()
597 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_sou_surface_pre_clip()
704 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_surface() argument
714 srf_update.base.vfb = vfb; in vmw_sou_plane_update_surface()
741 struct vmw_framebuffer *vfb = in vmw_sou_primary_plane_atomic_update() local
744 if (vfb->bo) in vmw_sou_primary_plane_atomic_update()
746 old_state, vfb, &fence); in vmw_sou_primary_plane_atomic_update()
749 old_state, vfb, in vmw_sou_primary_plane_atomic_update()
1353 struct vmw_framebuffer *vfb, in vmw_kms_sou_readback() argument
1360 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_sou_readback()
1373 ret = do_bo_define_gmrfb(dev_priv, vfb); in vmw_kms_sou_readback()
1382 ret = vmw_kms_helper_dirty(dev_priv, vfb, NULL, vclips, in vmw_kms_sou_readback()