|
@@ -1357,7 +1357,7 @@ nvc0_chipset = {
|
|
|
.pmu = gf100_pmu_new,
|
|
|
.therm = gt215_therm_new,
|
|
|
.timer = nv41_timer_new,
|
|
|
- .volt = nv40_volt_new,
|
|
|
+ .volt = gf100_volt_new,
|
|
|
.ce[0] = gf100_ce_new,
|
|
|
.ce[1] = gf100_ce_new,
|
|
|
.disp = gt215_disp_new,
|
|
@@ -1394,7 +1394,7 @@ nvc1_chipset = {
|
|
|
.pmu = gf100_pmu_new,
|
|
|
.therm = gt215_therm_new,
|
|
|
.timer = nv41_timer_new,
|
|
|
- .volt = nv40_volt_new,
|
|
|
+ .volt = gf100_volt_new,
|
|
|
.ce[0] = gf100_ce_new,
|
|
|
.disp = gt215_disp_new,
|
|
|
.dma = gf100_dma_new,
|
|
@@ -1430,7 +1430,7 @@ nvc3_chipset = {
|
|
|
.pmu = gf100_pmu_new,
|
|
|
.therm = gt215_therm_new,
|
|
|
.timer = nv41_timer_new,
|
|
|
- .volt = nv40_volt_new,
|
|
|
+ .volt = gf100_volt_new,
|
|
|
.ce[0] = gf100_ce_new,
|
|
|
.disp = gt215_disp_new,
|
|
|
.dma = gf100_dma_new,
|
|
@@ -1466,7 +1466,7 @@ nvc4_chipset = {
|
|
|
.pmu = gf100_pmu_new,
|
|
|
.therm = gt215_therm_new,
|
|
|
.timer = nv41_timer_new,
|
|
|
- .volt = nv40_volt_new,
|
|
|
+ .volt = gf100_volt_new,
|
|
|
.ce[0] = gf100_ce_new,
|
|
|
.ce[1] = gf100_ce_new,
|
|
|
.disp = gt215_disp_new,
|
|
@@ -1503,7 +1503,7 @@ nvc8_chipset = {
|
|
|
.pmu = gf100_pmu_new,
|
|
|
.therm = gt215_therm_new,
|
|
|
.timer = nv41_timer_new,
|
|
|
- .volt = nv40_volt_new,
|
|
|
+ .volt = gf100_volt_new,
|
|
|
.ce[0] = gf100_ce_new,
|
|
|
.ce[1] = gf100_ce_new,
|
|
|
.disp = gt215_disp_new,
|
|
@@ -1540,7 +1540,7 @@ nvce_chipset = {
|
|
|
.pmu = gf100_pmu_new,
|
|
|
.therm = gt215_therm_new,
|
|
|
.timer = nv41_timer_new,
|
|
|
- .volt = nv40_volt_new,
|
|
|
+ .volt = gf100_volt_new,
|
|
|
.ce[0] = gf100_ce_new,
|
|
|
.ce[1] = gf100_ce_new,
|
|
|
.disp = gt215_disp_new,
|
|
@@ -1577,7 +1577,7 @@ nvcf_chipset = {
|
|
|
.pmu = gf100_pmu_new,
|
|
|
.therm = gt215_therm_new,
|
|
|
.timer = nv41_timer_new,
|
|
|
- .volt = nv40_volt_new,
|
|
|
+ .volt = gf100_volt_new,
|
|
|
.ce[0] = gf100_ce_new,
|
|
|
.disp = gt215_disp_new,
|
|
|
.dma = gf100_dma_new,
|
|
@@ -1612,6 +1612,7 @@ nvd7_chipset = {
|
|
|
.pci = gf106_pci_new,
|
|
|
.therm = gf119_therm_new,
|
|
|
.timer = nv41_timer_new,
|
|
|
+ .volt = gf100_volt_new,
|
|
|
.ce[0] = gf100_ce_new,
|
|
|
.disp = gf119_disp_new,
|
|
|
.dma = gf119_dma_new,
|
|
@@ -1647,7 +1648,7 @@ nvd9_chipset = {
|
|
|
.pmu = gf119_pmu_new,
|
|
|
.therm = gf119_therm_new,
|
|
|
.timer = nv41_timer_new,
|
|
|
- .volt = nv40_volt_new,
|
|
|
+ .volt = gf100_volt_new,
|
|
|
.ce[0] = gf100_ce_new,
|
|
|
.disp = gf119_disp_new,
|
|
|
.dma = gf119_dma_new,
|