Commit a3abc23a authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/mmu/ga10[024]: initial support

Appears to be compatible with TU102 code.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 6f300e0a
...@@ -2661,6 +2661,7 @@ nv170_chipset = { ...@@ -2661,6 +2661,7 @@ nv170_chipset = {
.ibus = gm200_ibus_new, .ibus = gm200_ibus_new,
.imem = nv50_instmem_new, .imem = nv50_instmem_new,
.mc = ga100_mc_new, .mc = ga100_mc_new,
.mmu = tu102_mmu_new,
.pci = gp100_pci_new, .pci = gp100_pci_new,
.timer = gk20a_timer_new, .timer = gk20a_timer_new,
}; };
...@@ -2674,6 +2675,7 @@ nv172_chipset = { ...@@ -2674,6 +2675,7 @@ nv172_chipset = {
.ibus = gm200_ibus_new, .ibus = gm200_ibus_new,
.imem = nv50_instmem_new, .imem = nv50_instmem_new,
.mc = ga100_mc_new, .mc = ga100_mc_new,
.mmu = tu102_mmu_new,
.pci = gp100_pci_new, .pci = gp100_pci_new,
.timer = gk20a_timer_new, .timer = gk20a_timer_new,
}; };
...@@ -2687,6 +2689,7 @@ nv174_chipset = { ...@@ -2687,6 +2689,7 @@ nv174_chipset = {
.ibus = gm200_ibus_new, .ibus = gm200_ibus_new,
.imem = nv50_instmem_new, .imem = nv50_instmem_new,
.mc = ga100_mc_new, .mc = ga100_mc_new,
.mmu = tu102_mmu_new,
.pci = gp100_pci_new, .pci = gp100_pci_new,
.timer = gk20a_timer_new, .timer = gk20a_timer_new,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment