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:
2d7ca8c
)
drm/nouveau/bios/tu104: 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:50 +0000
(15:37 +1000)
No real surprises here so far.
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 83e31676f9332421244110af27542bb2b089d0d1..16ae0d22b9e729b345cb163afc6c0ee16d049a9e 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@
-2437,6
+2437,7
@@
nv140_chipset = {
static const struct nvkm_device_chip
nv164_chipset = {
.name = "TU104",
+ .bios = nvkm_bios_new,
.pci = gp100_pci_new,
};