Martin Peres
2014-May-12 17:02 UTC
[Nouveau] [PATCH] drm/nvd7/therm: handle another kind of PWM fans
Signed-off-by: Martin Peres <martin.peres at free.fr> Tested-by: SaveTheRobots <john.rowley08 at gmail.com> --- drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c b/drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c index 43fec17..bbf117b 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c +++ b/drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c @@ -40,6 +40,7 @@ pwm_info(struct nouveau_therm *therm, int line) case 0x00: return 2; case 0x19: return 1; case 0x1c: return 0; + case 0x1e: return 2; default: break; } -- 1.9.2
Apparently Analagous Threads
- [PATCH 3/3] gm107/therm: add PWM fan support
- [PATCH 1/2] drm/nouveau/therm: ack any pending IRQ at init
- [PATCH 1/4] pm/fan: drop the fan lock in fan_update() before rescheduling
- [PATCH 1/3] drm/nouveau/therm: turn on a fan only when crossing threshold in positive direction
- [PATCH 1/3] bios/fan: add support for maxwell's fan management table