Home
last modified time | relevance | path

Searched refs:NVKM_THERM_THRS_LOWER (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dg84.c114 new_state = NVKM_THERM_THRS_LOWER; in g84_therm_threshold_hyst_emulation()
119 if (new_state == NVKM_THERM_THRS_LOWER && cur > thrs->temp) in g84_therm_threshold_hyst_emulation()
123 new_state = NVKM_THERM_THRS_LOWER; in g84_therm_threshold_hyst_emulation()
238 NVKM_THERM_THRS_LOWER); in g84_therm_new()
240 NVKM_THERM_THRS_LOWER); in g84_therm_new()
242 NVKM_THERM_THRS_LOWER); in g84_therm_new()
244 NVKM_THERM_THRS_LOWER); in g84_therm_new()
Dtemp.c147 if (temp >= thrs->temp && prev_state == NVKM_THERM_THRS_LOWER) { in nvkm_therm_threshold_hyst_polling()
153 new_state = NVKM_THERM_THRS_LOWER; in nvkm_therm_threshold_hyst_polling()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h16 NVKM_THERM_THRS_LOWER = 0, enumerator