Re: thermal governor: does it actually work??

From: Borislav Petkov
Date: Tue Feb 19 2013 - 10:06:00 EST


On Tue, Feb 19, 2013 at 10:51:04PM +0800, Zhang Rui wrote:
> Okay, here I see the problem, say you want to turn on the fan at 60C and
> turn it off at 55C, is this what you want?
> hmmm, is it possible to do some tricks in acerhdf driver?
> say,
> only one active trip point as before. but change acerhdf_get_trip_temp
> to:
> acerhdf_get_trip_temp()
> {
> if (fan is on)
> return 55;
> else
> return 60;
> }
>
> In this way, when the fan is off and the temperature is raising, the fan
> will be turned on at 60C because we have an active trip point of 60C.
> And when the fan is turned on and the temperature starts to drop, the
> fan will be turned off at 55C.

Makes a sense to me. I was questioning the need for 4 trip points too.
We probably would need a second, critical trip point though, just in
case.

Thanks.

--
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/