Home
last modified time | relevance | path

Searched defs:amdgpu_hive_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_xgmi.h29 struct amdgpu_hive_info { struct
30 struct kobject kobj;
31 uint64_t hive_id;
32 struct list_head device_list;
33 struct list_head node;
34 atomic_t number_devices;
35 struct mutex hive_lock;
59 struct amdgpu_hive_info *amdgpu_get_xgmi_hive(struct amdgpu_device *adev); argument