Lines Matching full:vfb

236 	/* Set up image using information in vfb */  in vmw_stdu_bind_st()
539 * @vfb: Pointer to the buffer-object backed framebuffer.
557 struct vmw_framebuffer *vfb, in vmw_kms_stdu_readback() argument
566 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_stdu_readback()
592 ddirty.pitch = vfb->base.pitches[0]; in vmw_kms_stdu_readback()
601 ret = vmw_kms_helper_dirty(dev_priv, vfb, clips, vclips, in vmw_kms_stdu_readback()
975 struct vmw_framebuffer *vfb; in vmw_stdu_primary_plane_prepare_fb() local
994 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()
995 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()
1001 else if (vfb->bo) in vmw_stdu_primary_plane_prepare_fb()
1184 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1196 src_pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_update_cpu()
1236 * @vfb: framebuffer which is blitted to display unit.
1246 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_bo() argument
1256 bo_update.base.vfb = vfb; in vmw_stdu_plane_update_bo()
1300 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_populate_copy()
1346 * @vfb: Framebuffer which is blitted to display unit
1356 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_surface() argument
1364 vfbs = container_of(vfb, typeof(*vfbs), base); in vmw_stdu_plane_update_surface()
1371 srf_update.vfb = vfb; in vmw_stdu_plane_update_surface()
1415 struct vmw_framebuffer *vfb = in vmw_stdu_primary_plane_atomic_update() local
1428 if (vfb->bo) in vmw_stdu_primary_plane_atomic_update()
1430 old_state, vfb, &fence); in vmw_stdu_primary_plane_atomic_update()
1433 old_state, vfb, in vmw_stdu_primary_plane_atomic_update()