[Nouveau] [PATCH] drm/nvd7/therm: handle another kind of PWM fans

Martin Peres martin.peres at free.fr
Mon May 12 10:02:21 PDT 2014


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



More information about the Nouveau mailing list