summaryrefslogtreecommitdiff
path: root/nvkm/include/subdev/volt.h
diff options
context:
space:
mode:
authorVince Hsu <vinceh@nvidia.com>2014-12-02 12:50:35 +0800
committerBen Skeggs <bskeggs@redhat.com>2014-12-02 15:37:22 +1000
commit6420c0c7712af7494cea1b72b8101695fa9bed17 (patch)
tree7fd9859fa64ceedc44d04af4d0c581f742519c9e /nvkm/include/subdev/volt.h
parent334cdba5b0b699040f273cc578b123cafb4313f8 (diff)
downloadnouveau-6420c0c7712af7494cea1b72b8101695fa9bed17.tar.gz
volt: add support for GK20A
The voltage value are calculated by the hardware characterized result. Signed-off-by: Vince Hsu <vinceh@nvidia.com> Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Martin Peres <martin.peres@free.fr> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvkm/include/subdev/volt.h')
-rw-r--r--nvkm/include/subdev/volt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvkm/include/subdev/volt.h b/nvkm/include/subdev/volt.h
index 820b62ffd..67db5e588 100644
--- a/nvkm/include/subdev/volt.h
+++ b/nvkm/include/subdev/volt.h
@@ -52,6 +52,7 @@ int _nouveau_volt_init(struct nouveau_object *);
#define _nouveau_volt_fini _nouveau_subdev_fini
extern struct nouveau_oclass nv40_volt_oclass;
+extern struct nouveau_oclass gk20a_volt_oclass;
int nouveau_voltgpio_init(struct nouveau_volt *);
int nouveau_voltgpio_get(struct nouveau_volt *);