Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c44 struct vmw_bo *gbo = res->guest_memory_bo; in vmw_resource_mob_attach() local
45 struct rb_node **new = &gbo->res_tree.rb_node, *parent = NULL; in vmw_resource_mob_attach()
47 dma_resv_assert_held(gbo->tbo.base.resv); in vmw_resource_mob_attach()
61 rb_insert_color(&res->mob_node, &gbo->res_tree); in vmw_resource_mob_attach()
62 vmw_bo_del_detached_resource(gbo, res); in vmw_resource_mob_attach()
64 vmw_bo_prio_add(gbo, res->used_prio); in vmw_resource_mob_attach()
73 struct vmw_bo *gbo = res->guest_memory_bo; in vmw_resource_mob_detach() local
75 dma_resv_assert_held(gbo->tbo.base.resv); in vmw_resource_mob_detach()
77 rb_erase(&res->mob_node, &gbo->res_tree); in vmw_resource_mob_detach()
79 vmw_bo_prio_del(gbo, res->used_prio); in vmw_resource_mob_detach()
[all …]