diff options
author | 2015-10-01 15:00:23 +1000 | |
---|---|---|
committer | 2015-11-03 15:02:18 +1000 | |
commit | 3c9aca318150ba1152e957a37473ff67d8ebba30 (patch) | |
tree | 7b2adb18ac62b67a2cf0b31a654603cbb8072228 | |
parent | drm/nouveau/pmu/gk104: check fuse to determine presence of PGOB (diff) | |
download | wireguard-linux-3c9aca318150ba1152e957a37473ff67d8ebba30.tar.xz wireguard-linux-3c9aca318150ba1152e957a37473ff67d8ebba30.zip |
drm/nouveau/pmu/gk107: enable PGOB codepaths
Reported to be needed as per fdo#70354 comment #61.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c index 2cff79cf683d..bbc9824af6e0 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -1744,7 +1744,7 @@ nve7_chipset = { .mmu = gf100_mmu_new, .mxm = nv50_mxm_new, .pci = g94_pci_new, - .pmu = gf119_pmu_new, + .pmu = gk104_pmu_new, .therm = gf119_therm_new, .timer = nv41_timer_new, .volt = gk104_volt_new, |