diff options
author | Martin Peres <martin.peres@labri.fr> | 2012-08-16 05:00:55 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-10-02 23:13:13 -0400 |
commit | 7d70e9c1c69a5d22588ff5977249ac944d7cdfb0 (patch) | |
tree | 98a34b0cd7568d2a9b0faa0e857bba3e5b5dd84b /drivers/gpu/drm/nouveau/nouveau_pm.h | |
parent | e36199980b51f081671d76de7b7b8f94fe1e0ae3 (diff) |
drm/nouveau/therm: rework thermal table parsing
As an accident, it should also fix temperature reading on nv4x.
v2: introduce nvbios_therm_entry as advised by darktama
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_pm.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_pm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_pm.h b/drivers/gpu/drm/nouveau/nouveau_pm.h index e2ec9c0ed567..2e39ccbd5d46 100644 --- a/drivers/gpu/drm/nouveau/nouveau_pm.h +++ b/drivers/gpu/drm/nouveau/nouveau_pm.h | |||
@@ -148,7 +148,6 @@ struct nouveau_pm_temp_sensor_constants { | |||
148 | struct nouveau_pm_threshold_temp { | 148 | struct nouveau_pm_threshold_temp { |
149 | s16 critical; | 149 | s16 critical; |
150 | s16 down_clock; | 150 | s16 down_clock; |
151 | s16 fan_boost; | ||
152 | }; | 151 | }; |
153 | 152 | ||
154 | struct nouveau_pm_fan { | 153 | struct nouveau_pm_fan { |