Home
last modified time | relevance | path

Searched refs:ptherm (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/therm/
Dbase.c145 nouveau_therm_cstate(struct nouveau_therm *ptherm, int fan, int dir) in nouveau_therm_cstate() argument
147 struct nouveau_therm_priv *priv = (void *)ptherm; in nouveau_therm_cstate()
150 nv_debug(ptherm, "default fan speed -> %d%%\n", fan); in nouveau_therm_cstate()
152 nouveau_therm_update(ptherm, -1); in nouveau_therm_cstate()
/drivers/gpu/drm/nouveau/core/subdev/clock/
Dbase.c82 struct nouveau_therm *ptherm = nouveau_therm(clk); in nouveau_cstate_prog() local
93 if (ptherm) { in nouveau_cstate_prog()
94 ret = nouveau_therm_cstate(ptherm, pstate->fanspeed, +1); in nouveau_cstate_prog()
121 if (ptherm) { in nouveau_cstate_prog()
122 ret = nouveau_therm_cstate(ptherm, pstate->fanspeed, -1); in nouveau_cstate_prog()