aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-05-22 09:14:50 +1000
committerDave Airlie <airlied@redhat.com>2014-05-22 09:14:50 +1000
commit763b2573cf59da8f906b9f2c8a2d437482761005 (patch)
treeed144dcdc58ef14de401e8322bf6ca0bd5b93424 /drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c
parent4b660a7f5c8099d88d1a43d8ae138965112592c7 (diff)
parent0f1d360b2ee3a2a0f510d3f1bcd3f5ebe5d41265 (diff)
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
fixes nasty panel bleeding bug. * 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6: drm/gf119-/disp: fix nasty bug which can clobber SOR0's clock setup drm/nvd9/therm: handle another kind of PWM fan
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c')
-rw-r--r--drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c b/drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c
index 43fec17ea540..bbf117be572f 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;
}