diff options
author | Karol Herbst <karolherbst@gmail.com> | 2017-07-03 20:02:51 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2017-08-22 18:04:22 +1000 |
commit | 9d60b9c9d0b6bacee794db9cd18671296b7db072 (patch) | |
tree | 4b80c90aef5b54abb4b2c87986a8ada3a7398671 /drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h | |
parent | 4a84a6fd9a50e4a10dccaaff9cf9e12d04f2c83f (diff) | |
download | blackbird-obmc-linux-9d60b9c9d0b6bacee794db9cd18671296b7db072.tar.gz blackbird-obmc-linux-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.h | 1 |
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 |