Home
last modified time | relevance | path

Searched refs:thrs_critical (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/therm/
Dtemp.c45 priv->bios_sensor.thrs_critical.temp = 105; in nouveau_therm_temp_set_defaults()
46 priv->bios_sensor.thrs_critical.hysteresis = 5; in nouveau_therm_temp_set_defaults()
62 s->thrs_critical.hysteresis = max_t(u8, s->thrs_critical.hysteresis, 2); in nouveau_therm_temp_safety_checks()
189 nouveau_therm_threshold_hyst_polling(therm, &sensor->thrs_critical, in alarm_timer_callback()
213 sensor->thrs_critical.temp, sensor->thrs_critical.hysteresis, in nouveau_therm_program_alarms_polling()
Dnv84.c77 nv_wr32(therm, 0x204c0, sensor->thrs_critical.temp); in nv84_therm_program_alarms()
88 sensor->thrs_critical.temp, sensor->thrs_critical.hysteresis, in nv84_therm_program_alarms()
177 &sensor->thrs_critical, in nv84_therm_intr()
Dbase.c217 return priv->bios_sensor.thrs_critical.temp; in nouveau_therm_attr_get()
219 return priv->bios_sensor.thrs_critical.hysteresis; in nouveau_therm_attr_get()
269 priv->bios_sensor.thrs_critical.temp = value; in nouveau_therm_attr_set()
273 priv->bios_sensor.thrs_critical.hysteresis = value; in nouveau_therm_attr_set()
/drivers/gpu/drm/nouveau/core/subdev/bios/
Dtherm.c104 sensor->thrs_critical.temp = (value & 0xff0) >> 4; in nvbios_therm_sensor_parse()
105 sensor->thrs_critical.hysteresis = value & 0xf; in nvbios_therm_sensor_parse()
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
Dtherm.h22 struct nvbios_therm_threshold thrs_critical; member