Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c1200 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_dma() local
1204 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_dma()
1210 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &cmd_dma->body.guest.ptr); in vmw_stdu_bo_populate_dma()
1243 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update() local
1247 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update()
1250 suffix->maximumOffset = vfbbo->buffer->base.base.size; in vmw_stdu_bo_populate_update()
1289 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update_cpu() local
1300 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1311 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.c3013 struct vmw_framebuffer_bo *vfbbo = in vmw_du_helper_plane_update() local
3014 container_of(update->vfb, typeof(*vfbbo), base); in vmw_du_helper_plane_update()
3016 ret = vmw_validation_add_bo(&val_ctx, vfbbo->buffer, false, in vmw_du_helper_plane_update()