Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A 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()
239 NVKM_THERM_THRS_LOWER); in g84_therm_new()
241 NVKM_THERM_THRS_LOWER); in g84_therm_new()
243 NVKM_THERM_THRS_LOWER); in g84_therm_new()
245 NVKM_THERM_THRS_LOWER); in g84_therm_new()
H A 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()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h16 NVKM_THERM_THRS_LOWER = 0, enumerator