Lines Matching full:vfb
228 /* Set up image using information in vfb */ in vmw_stdu_bind_st()
654 * @vfb: Pointer to the buffer-object backed framebuffer.
673 struct vmw_framebuffer *vfb, in vmw_kms_stdu_dma() argument
684 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_stdu_dma()
708 ddirty.pitch = vfb->base.pitches[0]; in vmw_kms_stdu_dma()
727 ret = vmw_kms_helper_dirty(dev_priv, vfb, clips, vclips, in vmw_kms_stdu_dma()
1040 struct vmw_framebuffer *vfb; in vmw_stdu_primary_plane_prepare_fb() local
1057 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()
1058 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()
1064 else if (vfb->bo) in vmw_stdu_primary_plane_prepare_fb()
1195 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_dma()
1202 cmd_dma->body.guest.pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_dma()
1238 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update()
1291 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1303 src_pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_update_cpu()
1343 * @vfb: framebuffer which is blitted to display unit.
1353 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_bo() argument
1363 bo_update.base.vfb = vfb; in vmw_stdu_plane_update_bo()
1395 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_fifo_size_same_display()
1411 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_fifo_size()
1433 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_update_proxy()
1472 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_populate_copy()
1518 * @vfb: Framebuffer which is blitted to display unit
1528 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_surface() argument
1536 vfbs = container_of(vfb, typeof(*vfbs), base); in vmw_stdu_plane_update_surface()
1543 srf_update.vfb = vfb; in vmw_stdu_plane_update_surface()
1590 struct vmw_framebuffer *vfb = in vmw_stdu_primary_plane_atomic_update() local
1603 if (vfb->bo) in vmw_stdu_primary_plane_atomic_update()
1605 old_state, vfb, &fence); in vmw_stdu_primary_plane_atomic_update()
1608 old_state, vfb, in vmw_stdu_primary_plane_atomic_update()