[Nouveau] [PATCH 4/4] gm107: add voltage control using the new gk104 volt class
Martin Peres
martin.peres at free.fr
Tue Sep 8 18:05:53 PDT 2015
Let's ignore the other desktop Maxwells until I get my hands on one and confirm
that still can change the voltage.
Signed-off-by: Martin Peres <martin.peres at free.fr>
---
drm/nouveau/nvkm/engine/device/base.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drm/nouveau/nvkm/engine/device/base.c b/drm/nouveau/nvkm/engine/device/base.c
index 7c35f1f..b324fd1 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,
--
2.5.1
More information about the Nouveau
mailing list