summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_perf.c
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@ensi-bourges.fr>2011-08-20 18:37:06 +0400
committerBen Skeggs <bskeggs@redhat.com>2012-03-13 11:06:11 +0400
commitb1aa5531cc74ea023ad35e9cf5872112a15b4f70 (patch)
tree8040f29fb58c8dccb9f6076409bbf9e30589a474 /drivers/gpu/drm/nouveau/nouveau_perf.c
parentbc6389e4fa1a6535021ffc4d3b37d48f9a0542e2 (diff)
downloadlinux-b1aa5531cc74ea023ad35e9cf5872112a15b4f70.tar.xz
drm/nouveau: move pwm_divisor to the nouveau_pm_fan struct
Signed-off-by: Martin Peres <martin.peres@labri.fr> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_perf.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_perf.c b/drivers/gpu/drm/nouveau/nouveau_perf.c
index 54895cc60d2a..2ca26f39292a 100644
--- a/drivers/gpu/drm/nouveau/nouveau_perf.c
+++ b/drivers/gpu/drm/nouveau/nouveau_perf.c
@@ -206,7 +206,7 @@ nouveau_perf_init(struct drm_device *dev)
recordlen = perf[3] + (perf[4] * perf[5]);
entries = perf[2];
- pm->pwm_divisor = ROM16(perf[6]);
+ pm->fan.pwm_divisor = ROM16(perf[6]);
} else {
recordlen = perf[2] + (perf[3] * perf[4]);
entries = perf[5];