Lines Matching defs:amdgpu_hive_info
34 struct amdgpu_hive_info { struct
35 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;
44 enum {
48 } pstate;
50 struct amdgpu_reset_domain *reset_domain;
51 atomic_t ras_recovery;
52 struct ras_event_manager event_mgr;
53 struct work_struct reset_on_init_work;
54 atomic_t requested_nps_mode;