Loading drivers/gpu/drm/nouveau/core/subdev/therm/base.c +2 −1 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ nouveau_therm_update(struct nouveau_therm *therm, int mode) priv->fan->bios.linear_max_temp) { duty = nouveau_therm_update_linear(therm); } else { if (priv->cstate) duty = priv->cstate; poll = false; } Loading Loading
drivers/gpu/drm/nouveau/core/subdev/therm/base.c +2 −1 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ nouveau_therm_update(struct nouveau_therm *therm, int mode) priv->fan->bios.linear_max_temp) { duty = nouveau_therm_update_linear(therm); } else { if (priv->cstate) duty = priv->cstate; poll = false; } Loading