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()
479 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
481 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb()
492 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb()
495 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb()
530 * @vfb: Framebuffer which is blitted to display unit.
540 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument
550 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo()
594 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_sou_surface_pre_clip()
691 * @vfb: Framebuffer which is blitted to display unit
701 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_surface() argument
711 srf_update.base.vfb = vfb; in vmw_sou_plane_update_surface()
740 struct vmw_framebuffer *vfb = in vmw_sou_primary_plane_atomic_update() local
743 if (vfb->bo) in vmw_sou_primary_plane_atomic_update()
745 old_state, vfb, &fence); in vmw_sou_primary_plane_atomic_update()
748 old_state, vfb, in vmw_sou_primary_plane_atomic_update()
1337 * @vfb: Pointer to the buffer-object backed framebuffer.
1349 struct vmw_framebuffer *vfb, in vmw_kms_sou_readback() argument
1356 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_sou_readback()
1369 ret = do_bo_define_gmrfb(dev_priv, vfb); in vmw_kms_sou_readback()
1378 ret = vmw_kms_helper_dirty(dev_priv, vfb, NULL, vclips, in vmw_kms_sou_readback()