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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 1c506c5a9a48..b6a6fa7fbcd4 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile | |||
@@ -35,6 +35,7 @@ nouveau-y += core/subdev/bios/i2c.o | |||
35 | nouveau-y += core/subdev/bios/init.o | 35 | nouveau-y += core/subdev/bios/init.o |
36 | nouveau-y += core/subdev/bios/mxm.o | 36 | nouveau-y += core/subdev/bios/mxm.o |
37 | nouveau-y += core/subdev/bios/pll.o | 37 | nouveau-y += core/subdev/bios/pll.o |
38 | nouveau-y += core/subdev/bios/therm.o | ||
38 | nouveau-y += core/subdev/clock/nv04.o | 39 | nouveau-y += core/subdev/clock/nv04.o |
39 | nouveau-y += core/subdev/clock/nv40.o | 40 | nouveau-y += core/subdev/clock/nv40.o |
40 | nouveau-y += core/subdev/clock/nv50.o | 41 | nouveau-y += core/subdev/clock/nv50.o |