Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dg84.c113 new_state = NVKM_THERM_THRS_LOWER; in g84_therm_threshold_hyst_emulation()
118 if (new_state == NVKM_THERM_THRS_LOWER && cur > thrs->temp) in g84_therm_threshold_hyst_emulation()
122 new_state = NVKM_THERM_THRS_LOWER; in g84_therm_threshold_hyst_emulation()
230 NVKM_THERM_THRS_LOWER); in g84_therm_ctor()
233 NVKM_THERM_THRS_LOWER); in g84_therm_ctor()
236 NVKM_THERM_THRS_LOWER); in g84_therm_ctor()
239 NVKM_THERM_THRS_LOWER); in g84_therm_ctor()
Dtemp.c152 if (temp >= thrs->temp && prev_state == NVKM_THERM_THRS_LOWER) { in nvkm_therm_threshold_hyst_polling()
158 new_state = NVKM_THERM_THRS_LOWER; in nvkm_therm_threshold_hyst_polling()
Dpriv.h57 NVKM_THERM_THRS_LOWER = 0, enumerator