diff options
author | Martin Peres <martin.peres@ensi-bourges.fr> | 2011-10-07 03:33:12 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-03-13 11:06:07 +0400 |
commit | bc6389e4fa1a6535021ffc4d3b37d48f9a0542e2 (patch) | |
tree | 80a19a1d341b0d790244856b8fe3f4fd6a5dffcc /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | ddb2005516949dc50d117cb8381d7a3f8f0614b0 (diff) | |
download | linux-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.h | 1 |
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; |