projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725af74
)
drm/nouveau/pci/g92: Enable changing pcie link speeds
author
Karol Herbst
<
[email protected]
>
Sat, 19 Nov 2016 23:43:15 +0000
(
00:43
+0100)
committer
Ben Skeggs
<
[email protected]
>
Fri, 17 Feb 2017 07:38:06 +0000
(17:38 +1000)
Tested on a G92, seems to work. Confirmed by 8 mmiotraces.
Signed-off-by: Karol Herbst <
[email protected]
>
Signed-off-by: Ben Skeggs <
[email protected]
>
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
index eb4b01634dbd96bf5380db68bc4ce3810112c195..f40273cd94e30e790209f70f6e4295081d294577 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@
-993,7
+993,7
@@
nv92_chipset = {
.mc = g84_mc_new,
.mmu = nv50_mmu_new,
.mxm = nv50_mxm_new,
- .pci = g
84
_pci_new,
+ .pci = g
92
_pci_new,
.therm = g84_therm_new,
.timer = nv41_timer_new,
.volt = nv40_volt_new,