Loading drivers/gpu/drm/nouveau/core/subdev/therm/nv84.c +7 −7 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ nv84_therm_program_alarms(struct nouveau_therm *therm) nv_wr32(therm, 0x20414, sensor->thrs_down_clock.temp); spin_unlock_irqrestore(&priv->sensor.alarm_program_lock, flags); nv_info(therm, nv_debug(therm, "Programmed thresholds [ %d(%d), %d(%d), %d(%d), %d(%d) ]\n", sensor->thrs_fan_boost.temp, sensor->thrs_fan_boost.hysteresis, sensor->thrs_down_clock.temp, Loading drivers/gpu/drm/nouveau/core/subdev/therm/temp.c +7 −7 Original line number Diff line number Diff line Loading @@ -205,7 +205,7 @@ nouveau_therm_program_alarms_polling(struct nouveau_therm *therm) struct nouveau_therm_priv *priv = (void *)therm; struct nvbios_therm_sensor *sensor = &priv->bios_sensor; nv_info(therm, nv_debug(therm, "programmed thresholds [ %d(%d), %d(%d), %d(%d), %d(%d) ]\n", sensor->thrs_fan_boost.temp, sensor->thrs_fan_boost.hysteresis, sensor->thrs_down_clock.temp, Loading Loading
drivers/gpu/drm/nouveau/core/subdev/therm/nv84.c +7 −7 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ nv84_therm_program_alarms(struct nouveau_therm *therm) nv_wr32(therm, 0x20414, sensor->thrs_down_clock.temp); spin_unlock_irqrestore(&priv->sensor.alarm_program_lock, flags); nv_info(therm, nv_debug(therm, "Programmed thresholds [ %d(%d), %d(%d), %d(%d), %d(%d) ]\n", sensor->thrs_fan_boost.temp, sensor->thrs_fan_boost.hysteresis, sensor->thrs_down_clock.temp, Loading
drivers/gpu/drm/nouveau/core/subdev/therm/temp.c +7 −7 Original line number Diff line number Diff line Loading @@ -205,7 +205,7 @@ nouveau_therm_program_alarms_polling(struct nouveau_therm *therm) struct nouveau_therm_priv *priv = (void *)therm; struct nvbios_therm_sensor *sensor = &priv->bios_sensor; nv_info(therm, nv_debug(therm, "programmed thresholds [ %d(%d), %d(%d), %d(%d), %d(%d) ]\n", sensor->thrs_fan_boost.temp, sensor->thrs_fan_boost.hysteresis, sensor->thrs_down_clock.temp, Loading