summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@labri.fr>2013-02-23 16:45:51 +0100
committerBen Skeggs <bskeggs@redhat.com>2013-04-26 15:37:35 +1000
commit2f4573679a8159e0c80a5d4f812b778aef9ceb14 (patch)
tree60ac29a003260e0fef86a0c2ae95c3418151965a /drivers/gpu/drm/nouveau/core/include
parent897a6e27fd44573d2f346d9bb122e0e29759952c (diff)
downloadop-kernel-dev-2f4573679a8159e0c80a5d4f812b778aef9ceb14.zip
op-kernel-dev-2f4573679a8159e0c80a5d4f812b778aef9ceb14.tar.gz
drm/nouveau/therm: split the nv50 and nv84 code
This is needed because temperature management on nv50 can be enabled and it looks about the same as nv40. Signed-off-by: Martin Peres <martin.peres@labri.fr> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/include')
-rw-r--r--drivers/gpu/drm/nouveau/core/include/subdev/therm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/core/include/subdev/therm.h b/drivers/gpu/drm/nouveau/core/include/subdev/therm.h
index 0b20fc0..c075998 100644
--- a/drivers/gpu/drm/nouveau/core/include/subdev/therm.h
+++ b/drivers/gpu/drm/nouveau/core/include/subdev/therm.h
@@ -73,6 +73,7 @@ int _nouveau_therm_fini(struct nouveau_object *, bool);
extern struct nouveau_oclass nv40_therm_oclass;
extern struct nouveau_oclass nv50_therm_oclass;
+extern struct nouveau_oclass nv84_therm_oclass;
extern struct nouveau_oclass nva3_therm_oclass;
extern struct nouveau_oclass nvd0_therm_oclass;
OpenPOWER on IntegriCloud