projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41af75b
)
drm/nouveau/bus/gv100: initial support
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 8 May 2018 10:39:47 +0000
(20:39 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Fri, 18 May 2018 05:01:34 +0000
(15:01 +1000)
Appears to be compatible with GF100.
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
d330675
..
9b2b3b8
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@
-2398,6
+2398,7
@@
static const struct nvkm_device_chip
nv140_chipset = {
.name = "GV100",
.bios = nvkm_bios_new,
+ .bus = gf100_bus_new,
.devinit = gv100_devinit_new,
.fuse = gm107_fuse_new,
.gpio = gk104_gpio_new,