Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c1203 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_dma() local
1207 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_dma()
1213 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &cmd_dma->body.guest.ptr); in vmw_stdu_bo_populate_dma()
1246 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update() local
1250 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update()
1253 suffix->maximumOffset = vfbbo->buffer->base.num_pages * PAGE_SIZE; in vmw_stdu_bo_populate_update()
1292 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update_cpu() local
1303 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1314 src_bo = &vfbbo->buffer->base; in vmw_stdu_bo_populate_update_cpu()
Dvmwgfx_scrn.c478 struct vmw_framebuffer_bo *vfbbo = in vmw_sou_bo_define_gmrfb() local
479 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
496 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &gmr->body.ptr); in vmw_sou_bo_define_gmrfb()
Dvmwgfx_kms.c2822 struct vmw_framebuffer_bo *vfbbo = in vmw_du_helper_plane_update() local
2823 container_of(update->vfb, typeof(*vfbbo), base); in vmw_du_helper_plane_update()
2825 ret = vmw_validation_add_bo(&val_ctx, vfbbo->buffer, false, in vmw_du_helper_plane_update()