Lines Matching full:vfb
217 struct vmw_framebuffer *vfb; in vmw_sou_crtc_mode_set_nofb() local
229 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_sou_crtc_mode_set_nofb()
239 if (vfb) { in vmw_sou_crtc_mode_set_nofb()
473 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
475 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb()
486 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb()
489 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb()
524 * @vfb: Framebuffer which is blitted to display unit.
534 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument
544 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo()
588 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_sou_surface_pre_clip()
686 * @vfb: Framebuffer which is blitted to display unit
696 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_surface() argument
706 srf_update.base.vfb = vfb; in vmw_sou_plane_update_surface()
733 struct vmw_framebuffer *vfb = in vmw_sou_primary_plane_atomic_update() local
736 if (vfb->bo) in vmw_sou_primary_plane_atomic_update()
738 old_state, vfb, &fence); in vmw_sou_primary_plane_atomic_update()
741 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()