Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c1065 struct vmw_framebuffer_bo *vfbbo; in vmw_stdu_bo_populate_update_cpu() local
1076 vfbbo = container_of(update->vfb, typeof(*vfbbo), base); in vmw_stdu_bo_populate_update_cpu()
1087 src_bo = &vfbbo->buffer->tbo; in vmw_stdu_bo_populate_update_cpu()
Dvmwgfx_scrn.c475 struct vmw_framebuffer_bo *vfbbo = in vmw_sou_bo_define_gmrfb() local
476 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
493 vmw_bo_get_guest_ptr(&vfbbo->buffer->tbo, &gmr->body.ptr); in vmw_sou_bo_define_gmrfb()
Dvmwgfx_kms.c2923 struct vmw_framebuffer_bo *vfbbo = in vmw_du_helper_plane_update() local
2924 container_of(update->vfb, typeof(*vfbbo), base); in vmw_du_helper_plane_update()
2932 vmw_bo_placement_set(vfbbo->buffer, in vmw_du_helper_plane_update()
2937 vmw_bo_placement_set_default_accelerated(vfbbo->buffer); in vmw_du_helper_plane_update()
2939 ret = vmw_validation_add_bo(&val_ctx, vfbbo->buffer); in vmw_du_helper_plane_update()