Searched defs:amdgpu_hive_info (Results 1 – 1 of 1) sorted by relevance
34 struct amdgpu_hive_info { struct35 struct kobject kobj;36 uint64_t hive_id;37 struct list_head device_list;38 struct list_head node;39 atomic_t number_devices;40 struct mutex hive_lock;41 int hi_req_count;42 struct amdgpu_device *hi_req_gpu;43 struct task_barrier tb;[all …]