Added support for reading VRAM and HotSpot temperatures.
This commit is contained in:
@@ -69,19 +69,6 @@ void print_icx3_fans_oneline(struct card_info *card)
|
||||
printf("%%");
|
||||
}
|
||||
|
||||
void print_icx3_temps(struct card_info *card)
|
||||
{
|
||||
float temps[ICX3_NUM_TEMP_SENSORS];
|
||||
|
||||
get_temp_sensors(temps, card);
|
||||
|
||||
for (int i=0; i<ICX3_NUM_TEMP_SENSORS; i++) {
|
||||
printf("%s: %+.1f°C\n",
|
||||
icx3_temp_sensor_names[i],
|
||||
temps[i]);
|
||||
}
|
||||
}
|
||||
|
||||
void print_icx3_temps_oneline(struct card_info *card)
|
||||
{
|
||||
float temps[ICX3_NUM_TEMP_SENSORS];
|
||||
|
||||
Reference in New Issue
Block a user