diff options
author | Martin Peres <martin.peres@free.fr> | 2015-09-09 03:13:30 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-11-03 08:02:18 +0300 |
commit | dc47700f7d965ca0c6abeccc8cf467de8a1ce768 (patch) | |
tree | 44ab52e8c10f224517c72b044a9fd478131b4801 | |
parent | 1531dbbb56820d4e0fee4f9baa9fc84485bb6623 (diff) | |
download | linux-dc47700f7d965ca0c6abeccc8cf467de8a1ce768.tar.xz |
drm/nouveau/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-- | drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c index 7c35f1ff8a64..b324fd193402 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/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, |