Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c1191 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_dma() local
1195 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_dma()
1201 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &cmd_dma->body.guest.ptr); in vmw_stdu_bo_populate_dma()
1234 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update() local
1238 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update()
1241 suffix->maximumOffset = vfbbo->buffer->base.num_pages * PAGE_SIZE; in vmw_stdu_bo_populate_update()
1280 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update_cpu() local
1291 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1302 src_bo = &vfbbo->buffer->base; in vmw_stdu_bo_populate_update_cpu()
H A Dvmwgfx_scrn.c481 struct vmw_framebuffer_bo *vfbbo = in vmw_sou_bo_define_gmrfb() local
482 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
499 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &gmr->body.ptr); in vmw_sou_bo_define_gmrfb()
H A Dvmwgfx_kms.c2731 struct vmw_framebuffer_bo *vfbbo = in vmw_du_helper_plane_update() local
2732 container_of(update->vfb, typeof(*vfbbo), base); in vmw_du_helper_plane_update()
2734 ret = vmw_validation_add_bo(&val_ctx, vfbbo->buffer, false, in vmw_du_helper_plane_update()