OSDN Git Service

drm/nouveau/gm107: add voltage control using the new gk104 volt class
authorMartin Peres <martin.peres@free.fr>
Wed, 9 Sep 2015 00:13:30 +0000 (02:13 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 3 Nov 2015 05:02:18 +0000 (15:02 +1000)
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>
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c

index 7c35f1f..b324fd1 100644 (file)
@@ -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,