|
|
|
@ -822,7 +822,7 @@ nv50_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, nv50_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, nv50_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = nv46_pci_new,
|
|
|
|
|
.therm = nv50_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -929,7 +929,7 @@ nv84_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, g84_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, g84_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g84_pci_new,
|
|
|
|
|
.therm = g84_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -961,7 +961,7 @@ nv86_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, g84_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, g84_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g84_pci_new,
|
|
|
|
|
.therm = g84_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -993,7 +993,7 @@ nv92_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, g84_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, g84_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g92_pci_new,
|
|
|
|
|
.therm = g84_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -1025,7 +1025,7 @@ nv94_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, g84_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, g84_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g94_pci_new,
|
|
|
|
|
.therm = g84_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -1057,7 +1057,7 @@ nv96_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, g84_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, g84_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g94_pci_new,
|
|
|
|
|
.therm = g84_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -1089,7 +1089,7 @@ nv98_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, g98_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, g84_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g94_pci_new,
|
|
|
|
|
.therm = g84_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -1121,7 +1121,7 @@ nva0_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, g84_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, g84_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g94_pci_new,
|
|
|
|
|
.therm = g84_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -1153,7 +1153,7 @@ nva3_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, gt215_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, g84_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g94_pci_new,
|
|
|
|
|
.pmu = gt215_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1187,7 +1187,7 @@ nva5_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, gt215_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, g84_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g94_pci_new,
|
|
|
|
|
.pmu = gt215_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1220,7 +1220,7 @@ nva8_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, gt215_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, g84_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g94_pci_new,
|
|
|
|
|
.pmu = gt215_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1253,7 +1253,7 @@ nvaa_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, g98_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, mcp77_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g94_pci_new,
|
|
|
|
|
.therm = g84_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -1285,7 +1285,7 @@ nvac_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, g98_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, mcp77_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g94_pci_new,
|
|
|
|
|
.therm = g84_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -1317,7 +1317,7 @@ nvaf_chipset = {
|
|
|
|
|
.imem = { 0x00000001, nv50_instmem_new },
|
|
|
|
|
.mc = { 0x00000001, gt215_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, mcp77_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = g94_pci_new,
|
|
|
|
|
.pmu = gt215_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1353,7 +1353,7 @@ nvc0_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gf100_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gf100_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gf100_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gf100_pci_new,
|
|
|
|
|
.pmu = gf100_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1390,7 +1390,7 @@ nvc1_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gf100_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gf100_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gf100_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gf106_pci_new,
|
|
|
|
|
.pmu = gf100_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1426,7 +1426,7 @@ nvc3_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gf100_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gf100_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gf100_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gf106_pci_new,
|
|
|
|
|
.pmu = gf100_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1462,7 +1462,7 @@ nvc4_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gf100_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gf100_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gf100_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gf100_pci_new,
|
|
|
|
|
.pmu = gf100_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1499,7 +1499,7 @@ nvc8_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gf100_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gf100_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gf100_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gf100_pci_new,
|
|
|
|
|
.pmu = gf100_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1536,7 +1536,7 @@ nvce_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gf100_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gf100_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gf100_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gf100_pci_new,
|
|
|
|
|
.pmu = gf100_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1573,7 +1573,7 @@ nvcf_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gf100_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gf100_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gf100_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gf106_pci_new,
|
|
|
|
|
.pmu = gf100_pmu_new,
|
|
|
|
|
.therm = gt215_therm_new,
|
|
|
|
@ -1609,7 +1609,7 @@ nvd7_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gf100_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gf100_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gf100_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gf106_pci_new,
|
|
|
|
|
.therm = gf119_therm_new,
|
|
|
|
|
.timer = nv41_timer_new,
|
|
|
|
@ -1644,7 +1644,7 @@ nvd9_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gf100_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gf100_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gf100_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gf106_pci_new,
|
|
|
|
|
.pmu = gf119_pmu_new,
|
|
|
|
|
.therm = gf119_therm_new,
|
|
|
|
@ -1680,7 +1680,7 @@ nve4_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gk104_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk104_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gk104_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gk104_pmu_new,
|
|
|
|
|
.therm = gk104_therm_new,
|
|
|
|
@ -1719,7 +1719,7 @@ nve6_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gk104_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk104_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gk104_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gk104_pmu_new,
|
|
|
|
|
.therm = gk104_therm_new,
|
|
|
|
@ -1758,7 +1758,7 @@ nve7_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gk104_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk104_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gk104_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gk104_pmu_new,
|
|
|
|
|
.therm = gk104_therm_new,
|
|
|
|
@ -1822,7 +1822,7 @@ nvf0_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gk104_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk104_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gk104_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gk110_pmu_new,
|
|
|
|
|
.therm = gk104_therm_new,
|
|
|
|
@ -1860,7 +1860,7 @@ nvf1_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gk104_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk104_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gk104_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gk110_pmu_new,
|
|
|
|
|
.therm = gk104_therm_new,
|
|
|
|
@ -1898,7 +1898,7 @@ nv106_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gk104_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk20a_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gk104_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gk208_pmu_new,
|
|
|
|
|
.therm = gk104_therm_new,
|
|
|
|
@ -1936,7 +1936,7 @@ nv108_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gk104_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk20a_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gk104_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gk208_pmu_new,
|
|
|
|
|
.therm = gk104_therm_new,
|
|
|
|
@ -1974,7 +1974,7 @@ nv117_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gm107_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk20a_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gk104_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gm107_pmu_new,
|
|
|
|
|
.therm = gm107_therm_new,
|
|
|
|
@ -2010,7 +2010,7 @@ nv118_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gm107_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk20a_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gk104_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gm107_pmu_new,
|
|
|
|
|
.therm = gm107_therm_new,
|
|
|
|
@ -2044,7 +2044,7 @@ nv120_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gm200_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk20a_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gm200_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gm200_pmu_new,
|
|
|
|
|
.therm = gm200_therm_new,
|
|
|
|
@ -2082,7 +2082,7 @@ nv124_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gm200_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk20a_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gm200_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gm200_pmu_new,
|
|
|
|
|
.therm = gm200_therm_new,
|
|
|
|
@ -2120,7 +2120,7 @@ nv126_chipset = {
|
|
|
|
|
.ltc = { 0x00000001, gm200_ltc_new },
|
|
|
|
|
.mc = { 0x00000001, gk20a_mc_new },
|
|
|
|
|
.mmu = { 0x00000001, gm200_mmu_new },
|
|
|
|
|
.mxm = nv50_mxm_new,
|
|
|
|
|
.mxm = { 0x00000001, nv50_mxm_new },
|
|
|
|
|
.pci = gk104_pci_new,
|
|
|
|
|
.pmu = gm200_pmu_new,
|
|
|
|
|
.therm = gm200_therm_new,
|
|
|
|
@ -3248,7 +3248,6 @@ nvkm_device_ctor(const struct nvkm_device_func *func,
|
|
|
|
|
#include <core/layout.h>
|
|
|
|
|
#undef NVKM_LAYOUT_INST
|
|
|
|
|
#undef NVKM_LAYOUT_ONCE
|
|
|
|
|
_(NVKM_SUBDEV_MXM , mxm);
|
|
|
|
|
_(NVKM_SUBDEV_PCI , pci);
|
|
|
|
|
_(NVKM_SUBDEV_PMU , pmu);
|
|
|
|
|
_(NVKM_SUBDEV_THERM , therm);
|
|
|
|
|