Searched refs:thrs_down_clock (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/nouveau/core/subdev/therm/ |
D | temp.c | 42 priv->bios_sensor.thrs_down_clock.temp = 95; in nouveau_therm_temp_set_defaults() 43 priv->bios_sensor.thrs_down_clock.hysteresis = 3; in nouveau_therm_temp_set_defaults() 61 s->thrs_down_clock.hysteresis = max_t(u8, s->thrs_down_clock.hysteresis, 2); in nouveau_therm_temp_safety_checks() 186 nouveau_therm_threshold_hyst_polling(therm, &sensor->thrs_down_clock, in alarm_timer_callback() 211 sensor->thrs_down_clock.temp, in nouveau_therm_program_alarms_polling() 212 sensor->thrs_down_clock.hysteresis, in nouveau_therm_program_alarms_polling()
|
D | nv84.c | 80 nv_wr32(therm, 0x20414, sensor->thrs_down_clock.temp); in nv84_therm_program_alarms() 86 sensor->thrs_down_clock.temp, in nv84_therm_program_alarms() 87 sensor->thrs_down_clock.hysteresis, in nv84_therm_program_alarms() 153 &sensor->thrs_down_clock, in nv84_therm_intr()
|
D | base.c | 213 return priv->bios_sensor.thrs_down_clock.temp; in nouveau_therm_attr_get() 215 return priv->bios_sensor.thrs_down_clock.hysteresis; in nouveau_therm_attr_get() 261 priv->bios_sensor.thrs_down_clock.temp = value; in nouveau_therm_attr_set() 265 priv->bios_sensor.thrs_down_clock.hysteresis = value; in nouveau_therm_attr_set()
|
/drivers/gpu/drm/nouveau/core/subdev/bios/ |
D | therm.c | 111 sensor->thrs_down_clock.temp = (value & 0xff0) >> 4; in nvbios_therm_sensor_parse() 112 sensor->thrs_down_clock.hysteresis = value & 0xf; in nvbios_therm_sensor_parse()
|
/drivers/gpu/drm/nouveau/core/include/subdev/bios/ |
D | therm.h | 21 struct nvbios_therm_threshold thrs_down_clock; member
|