Skip to content

Commit

Permalink
drm/nouveau/pmu/gk107: enable PGOB codepaths
Browse files Browse the repository at this point in the history
Reported to be needed as per fdo#70354 comment torvalds#61.

Signed-off-by: Ben Skeggs <[email protected]>
  • Loading branch information
Ben Skeggs committed Nov 3, 2015
1 parent 560f989 commit 3c9aca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3c9aca3

Please sign in to comment.