Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c1196 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_dma() local
1200 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_dma()
1206 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &cmd_dma->body.guest.ptr); in vmw_stdu_bo_populate_dma()
1239 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update() local
1243 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update()
1246 suffix->maximumOffset = vfbbo->buffer->base.base.size; in vmw_stdu_bo_populate_update()
1285 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update_cpu() local
1296 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1307 src_bo = &vfbbo->buffer->base; in vmw_stdu_bo_populate_update_cpu()
Dvmwgfx_scrn.c483 struct vmw_framebuffer_bo *vfbbo = in vmw_sou_bo_define_gmrfb() local
484 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
501 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &gmr->body.ptr); in vmw_sou_bo_define_gmrfb()
Dvmwgfx_kms.c2768 struct vmw_framebuffer_bo *vfbbo = in vmw_du_helper_plane_update() local
2769 container_of(update->vfb, typeof(*vfbbo), base); in vmw_du_helper_plane_update()
2771 ret = vmw_validation_add_bo(&val_ctx, vfbbo->buffer, false, in vmw_du_helper_plane_update()