Lines Matching full:vfb
236 /* Set up image using information in vfb */ in vmw_stdu_bind_st()
534 * @vfb: Pointer to the buffer-object backed framebuffer.
551 struct vmw_framebuffer *vfb, in vmw_kms_stdu_readback() argument
560 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_stdu_readback()
586 ddirty.pitch = vfb->base.pitches[0]; in vmw_kms_stdu_readback()
595 ret = vmw_kms_helper_dirty(dev_priv, vfb, clips, vclips, in vmw_kms_stdu_readback()
972 struct vmw_framebuffer *vfb; in vmw_stdu_primary_plane_prepare_fb() local
989 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()
990 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()
996 else if (vfb->bo) in vmw_stdu_primary_plane_prepare_fb()
1150 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1162 src_pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_update_cpu()
1202 * @vfb: framebuffer which is blitted to display unit.
1212 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_bo() argument
1222 bo_update.base.vfb = vfb; in vmw_stdu_plane_update_bo()
1242 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_fifo_size_same_display()
1258 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_fifo_size()
1280 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_update_proxy()
1319 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_populate_copy()
1365 * @vfb: Framebuffer which is blitted to display unit
1375 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_surface() argument
1383 vfbs = container_of(vfb, typeof(*vfbs), base); in vmw_stdu_plane_update_surface()
1390 srf_update.vfb = vfb; in vmw_stdu_plane_update_surface()
1437 struct vmw_framebuffer *vfb = in vmw_stdu_primary_plane_atomic_update() local
1450 if (vfb->bo) in vmw_stdu_primary_plane_atomic_update()
1452 old_state, vfb, &fence); in vmw_stdu_primary_plane_atomic_update()
1455 old_state, vfb, in vmw_stdu_primary_plane_atomic_update()