projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a04122
)
drm/nouveau/dmaobj/ga10[24]: 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:24 +0000
(10:25 +1000)
Appears to be compatible with GV100 code, and not required on GA100, as
it shouldn't have display.
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 946b0001ca548b66d4250d15fb88a2c0d63fe90b..bea3daf0857004a20c3d03076461c48722314dea 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@
-2684,6
+2684,7
@@
nv172_chipset = {
.mmu = tu102_mmu_new,
.pci = gp100_pci_new,
.timer = gk20a_timer_new,
+ .dma = gv100_dma_new,
};
static const struct nvkm_device_chip
@@
-2701,6
+2702,7
@@
nv174_chipset = {
.mmu = tu102_mmu_new,
.pci = gp100_pci_new,
.timer = gk20a_timer_new,
+ .dma = gv100_dma_new,
};
static int