提交 a6cf0320 编写于 作者: B Ben Skeggs

drm/nouveau/dmaobj/ga10[24]: initial support

Appears to be compatible with GV100 code, and not required on GA100, as
it shouldn't have display.
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 8a041226
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册