Searched refs:global_ref (Results 1 – 1 of 1) sorted by relevance
76 struct drm_global_reference *global_ref; in radeon_ttm_global_init() local80 global_ref = &rdev->mman.mem_global_ref; in radeon_ttm_global_init()81 global_ref->global_type = DRM_GLOBAL_TTM_MEM; in radeon_ttm_global_init()82 global_ref->size = sizeof(struct ttm_mem_global); in radeon_ttm_global_init()83 global_ref->init = &radeon_ttm_mem_global_init; in radeon_ttm_global_init()84 global_ref->release = &radeon_ttm_mem_global_release; in radeon_ttm_global_init()85 r = drm_global_item_ref(global_ref); in radeon_ttm_global_init()94 global_ref = &rdev->mman.bo_global_ref.ref; in radeon_ttm_global_init()95 global_ref->global_type = DRM_GLOBAL_TTM_BO; in radeon_ttm_global_init()96 global_ref->size = sizeof(struct ttm_bo_global); in radeon_ttm_global_init()[all …]