Home
last modified time | relevance | path

Searched refs:vfbbo (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c1135 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update_cpu() local
1146 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1157 src_bo = vfbbo->buffer; in vmw_stdu_bo_populate_update_cpu()
H A Dvmwgfx_scrn.c477 struct vmw_framebuffer_bo *vfbbo = in vmw_sou_bo_define_gmrfb() local
478 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
495 vmw_bo_get_guest_ptr(&vfbbo->buffer->tbo, &gmr->body.ptr); in vmw_sou_bo_define_gmrfb()
H A Dvmwgfx_kms.c2747 struct vmw_framebuffer_bo *vfbbo = in vmw_du_helper_plane_update() local
2748 container_of(update->vfb, typeof(*vfbbo), base); in vmw_du_helper_plane_update()
2756 vmw_bo_placement_set(vfbbo->buffer, in vmw_du_helper_plane_update()
2761 vmw_bo_placement_set_default_accelerated(vfbbo->buffer); in vmw_du_helper_plane_update()
2763 ret = vmw_validation_add_bo(&val_ctx, vfbbo->buffer); in vmw_du_helper_plane_update()