Lines Matching full:vfb
236 /* Set up image using information in vfb */ in vmw_stdu_bind_st()
662 * @vfb: Pointer to the buffer-object backed framebuffer.
682 struct vmw_framebuffer *vfb, in vmw_kms_stdu_dma() argument
693 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_stdu_dma()
717 ddirty.pitch = vfb->base.pitches[0]; in vmw_kms_stdu_dma()
736 ret = vmw_kms_helper_dirty(dev_priv, vfb, clips, vclips, in vmw_kms_stdu_dma()
1049 struct vmw_framebuffer *vfb; in vmw_stdu_primary_plane_prepare_fb() local
1066 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()
1067 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()
1073 else if (vfb->bo) in vmw_stdu_primary_plane_prepare_fb()
1204 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_dma()
1211 cmd_dma->body.guest.pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_dma()
1247 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update()
1300 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1312 src_pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_update_cpu()
1352 * @vfb: framebuffer which is blitted to display unit.
1362 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_bo() argument
1372 bo_update.base.vfb = vfb; in vmw_stdu_plane_update_bo()
1404 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_fifo_size_same_display()
1420 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_fifo_size()
1442 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_update_proxy()
1481 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_populate_copy()
1527 * @vfb: Framebuffer which is blitted to display unit
1537 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_surface() argument
1545 vfbs = container_of(vfb, typeof(*vfbs), base); in vmw_stdu_plane_update_surface()
1552 srf_update.vfb = vfb; in vmw_stdu_plane_update_surface()
1601 struct vmw_framebuffer *vfb = in vmw_stdu_primary_plane_atomic_update() local
1614 if (vfb->bo) in vmw_stdu_primary_plane_atomic_update()
1616 old_state, vfb, &fence); in vmw_stdu_primary_plane_atomic_update()
1619 old_state, vfb, in vmw_stdu_primary_plane_atomic_update()