Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h112 struct smu_temperature_range { struct
113 int min;
114 int max;
115 int edge_emergency_max;
116 int hotspot_min;
117 int hotspot_crit_max;
118 int hotspot_emergency_max;
119 int mem_min;
120 int mem_crit_max;
121 int mem_emergency_max;
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h160 struct smu_temperature_range { struct
161 int min;
162 int max;
163 int edge_emergency_max;
164 int hotspot_min;
165 int hotspot_crit_max;
166 int hotspot_emergency_max;
167 int mem_min;
168 int mem_crit_max;
169 int mem_emergency_max;
[all …]