Skip to content

Commit

Permalink
drm/nouveau/dmaobj/ga10[24]: initial support
Browse files Browse the repository at this point in the history
Appears to be compatible with GV100 code, and not required on GA100, as
it shouldn't have display.

Signed-off-by: Ben Skeggs <[email protected]>
  • Loading branch information
Ben Skeggs committed Jan 15, 2021
1 parent 8a04122 commit a6cf032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -2701,6 +2702,7 @@ nv174_chipset = {
.mmu = tu102_mmu_new,
.pci = gp100_pci_new,
.timer = gk20a_timer_new,
.dma = gv100_dma_new,
};

static int
Expand Down

0 comments on commit a6cf032

Please sign in to comment.