projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b05068
)
drm/nouveau/pci/ga10[024]: initial support
author
Ben Skeggs
<bskeggs@redhat.com>
Wed, 13 Jan 2021 07:12:52 +0000
(17:12 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Fri, 15 Jan 2021 00:25:18 +0000
(10:25 +1000)
Appears to be compatible with GP100 code.
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 b6b094bbd562fde71c42ca5c814d0cc0c6458ef8..95c470d13cb9f1ea1f35927ccb5ca32c90308f05 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@
-2655,16
+2655,19
@@
nv168_chipset = {
static const struct nvkm_device_chip
nv170_chipset = {
.name = "GA100",
+ .pci = gp100_pci_new,
};
static const struct nvkm_device_chip
nv172_chipset = {
.name = "GA102",
+ .pci = gp100_pci_new,
};
static const struct nvkm_device_chip
nv174_chipset = {
.name = "GA104",
+ .pci = gp100_pci_new,
};
static int