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()
476 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
478 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb()
489 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb()
492 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb()
527 * @vfb: Framebuffer which is blitted to display unit.
537 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument
547 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo()
590 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_sou_surface_pre_clip()
687 * @vfb: Framebuffer which is blitted to display unit
697 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_surface() argument
707 srf_update.base.vfb = vfb; in vmw_sou_plane_update_surface()
734 struct vmw_framebuffer *vfb = in vmw_sou_primary_plane_atomic_update() local
737 if (vfb->bo) in vmw_sou_primary_plane_atomic_update()
739 old_state, vfb, &fence); in vmw_sou_primary_plane_atomic_update()
742 old_state, vfb, in vmw_sou_primary_plane_atomic_update()
1309 * @vfb: Pointer to the buffer-object backed framebuffer.
1321 struct vmw_framebuffer *vfb, in vmw_kms_sou_readback() argument
1328 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_sou_readback()
1343 ret = do_bo_define_gmrfb(dev_priv, vfb); in vmw_kms_sou_readback()
1352 ret = vmw_kms_helper_dirty(dev_priv, vfb, NULL, vclips, in vmw_kms_sou_readback()