aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h
diff options
context:
space:
mode:
authorKarol Herbst <karolherbst@gmail.com>2017-07-03 20:02:51 +0200
committerBen Skeggs <bskeggs@redhat.com>2017-08-22 18:04:22 +1000
commit9d60b9c9d0b6bacee794db9cd18671296b7db072 (patch)
tree4b80c90aef5b54abb4b2c87986a8ada3a7398671 /drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h
parentdrm/nouveau/therm: fix spelling mistake on array thresolds (diff)
downloadlinux-dev-9d60b9c9d0b6bacee794db9cd18671296b7db072.tar.xz
linux-dev-9d60b9c9d0b6bacee794db9cd18671296b7db072.zip
drm/nouveau/therm/gm200: Added
This allows temperature readouts on maxwell2 GPUs. Signed-off-by: Karol Herbst <karolherbst@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h b/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h
index b268b96faece..1bfd93b85575 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h
@@ -96,4 +96,5 @@ int g84_therm_new(struct nvkm_device *, int, struct nvkm_therm **);
int gt215_therm_new(struct nvkm_device *, int, struct nvkm_therm **);
int gf119_therm_new(struct nvkm_device *, int, struct nvkm_therm **);
int gm107_therm_new(struct nvkm_device *, int, struct nvkm_therm **);
+int gm200_therm_new(struct nvkm_device *, int, struct nvkm_therm **);
#endif