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:
1b0a475
)
drm/nouveau/i2c/tu106: initial support
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 11 Dec 2018 04:50:02 +0000
(14:50 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 11 Dec 2018 05:37:57 +0000
(15:37 +1000)
Appears to be compatible with GM200.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
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 30e4793bc52c22d9ec05fb666cb0dc5241e3e4ae..e3bdec6b0e537c2dbe9bc0c96d10ffea8f273de4 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@
-2472,6
+2472,7
@@
nv166_chipset = {
.bios = nvkm_bios_new,
.devinit = tu104_devinit_new,
.gpio = gk104_gpio_new,
+ .i2c = gm200_i2c_new,
.ibus = gm200_ibus_new,
.pci = gp100_pci_new,
.top = gk104_top_new,