summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@free.fr>2015-09-09 02:13:30 +0200
committerBen Skeggs <bskeggs@redhat.com>2015-10-22 09:11:27 +1000
commit559171c1bc601ce42db2df039c0676fdb7dd59e7 (patch)
tree49fd7c82ecbcc2f0ecd45983ae4e9f3e06ebf933
parentbd77c70aabcc60070b0920ee76cc26cb956c42c1 (diff)
downloadnouveau-559171c1bc601ce42db2df039c0676fdb7dd59e7.tar.gz
gm107: add voltage control using the new gk104 volt class
Let's ignore the other desktop Maxwells until I get my hands on one and confirm that we still can change the voltage. Signed-off-by: Martin Peres <martin.peres@free.fr>
-rw-r--r--drm/nouveau/nvkm/engine/device/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drm/nouveau/nvkm/engine/device/base.c b/drm/nouveau/nvkm/engine/device/base.c
index 7c35f1ff8..b324fd193 100644
--- a/drm/nouveau/nvkm/engine/device/base.c
+++ b/drm/nouveau/nvkm/engine/device/base.c
@@ -1952,6 +1952,7 @@ nv117_chipset = {
.pmu = gm107_pmu_new,
.therm = gm107_therm_new,
.timer = gk20a_timer_new,
+ .volt = gk104_volt_new,
.ce[0] = gk104_ce_new,
.ce[2] = gk104_ce_new,
.disp = gm107_disp_new,