Searched defs:global_ref (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_ttm.c74 struct drm_global_reference *global_ref; local
77 global_ref = &vbox->ttm.mem_global_ref;
78 global_ref->global_type = DRM_GLOBAL_TTM_MEM;
79 global_ref->size = sizeof(struct ttm_mem_global);
80 global_ref->init = &vbox_ttm_mem_global_init;
81 global_ref->release = &vbox_ttm_mem_global_release;
82 r = drm_global_item_ref(global_ref);
92 global_ref = &vbox->ttm.bo_global_ref.ref;
93 global_ref->global_type = DRM_GLOBAL_TTM_BO;
94 global_ref
[all...]

Completed in 76 milliseconds