summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@ensi-bourges.fr>2011-10-07 03:33:12 +0400
committerBen Skeggs <bskeggs@redhat.com>2012-03-13 11:06:07 +0400
commitbc6389e4fa1a6535021ffc4d3b37d48f9a0542e2 (patch)
tree80a19a1d341b0d790244856b8fe3f4fd6a5dffcc /drivers/gpu/drm/nouveau/nouveau_drv.h
parentddb2005516949dc50d117cb8381d7a3f8f0614b0 (diff)
downloadlinux-bc6389e4fa1a6535021ffc4d3b37d48f9a0542e2.tar.xz
drm/nouveau/pm: restore fan speed after suspend
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_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 760f85c85ccd..378c64c2973e 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -519,6 +519,7 @@ struct nouveau_pm_memtimings {
};
struct nouveau_pm_fan {
+ u32 percent;
u32 min_duty;
u32 max_duty;
u32 pwm_freq;