drm/nouveau/pci/g92: Enable changing pcie link speeds
Tested on a G92, seems to work. Confirmed by 8 mmiotraces. Signed-off-by: Karol Herbst <karolherbst@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
725af74826
commit
443828fd9e
|
@ -993,7 +993,7 @@ nv92_chipset = {
|
|||
.mc = g84_mc_new,
|
||||
.mmu = nv50_mmu_new,
|
||||
.mxm = nv50_mxm_new,
|
||||
.pci = g84_pci_new,
|
||||
.pci = g92_pci_new,
|
||||
.therm = g84_therm_new,
|
||||
.timer = nv41_timer_new,
|
||||
.volt = nv40_volt_new,
|
||||
|
|
Loading…
Reference in New Issue