Skip to content

Commit

Permalink
drm/nouveau/mmu/gp10b: use correct implementation
Browse files Browse the repository at this point in the history
Reported-by: Mikko Perttunen <cyndis@kapsi.fi>
Fixes: 6359c98 ("drm/nouveau/mmu/gp10b: fork from gf100")
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Tested-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Ben Skeggs committed Dec 19, 2017
1 parent a121027 commit 6cb0f2a
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 @@ -2369,7 +2369,7 @@ nv13b_chipset = {
.imem = gk20a_instmem_new,
.ltc = gp100_ltc_new,
.mc = gp10b_mc_new,
.mmu = gf100_mmu_new,
.mmu = gp10b_mmu_new,
.secboot = gp10b_secboot_new,
.pmu = gm20b_pmu_new,
.timer = gk20a_timer_new,
Expand Down

0 comments on commit 6cb0f2a

Please sign in to comment.