Searched defs:amdgpu_hive_info (Results 1 – 1 of 1) sorted by relevance
29 struct amdgpu_hive_info { struct30 struct kobject kobj;31 uint64_t hive_id;32 struct list_head device_list;56 struct amdgpu_hive_info *amdgpu_get_xgmi_hive(struct amdgpu_device *adev); argument