Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c1201 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_dma() local
1205 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_dma()
1211 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &cmd_dma->body.guest.ptr); in vmw_stdu_bo_populate_dma()
1244 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update() local
1248 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update()
1251 suffix->maximumOffset = vfbbo->buffer->base.base.size; in vmw_stdu_bo_populate_update()
1290 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update_cpu() local
1301 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1312 src_bo = &vfbbo->buffer->base; in vmw_stdu_bo_populate_update_cpu()
Dvmwgfx_scrn.c479 struct vmw_framebuffer_bo *vfbbo = in vmw_sou_bo_define_gmrfb() local
480 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
497 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &gmr->body.ptr); in vmw_sou_bo_define_gmrfb()
Dvmwgfx_kms.c3014 struct vmw_framebuffer_bo *vfbbo = in vmw_du_helper_plane_update() local
3015 container_of(update->vfb, typeof(*vfbbo), base); in vmw_du_helper_plane_update()
3017 ret = vmw_validation_add_bo(&val_ctx, vfbbo->buffer, false, in vmw_du_helper_plane_update()