Commit cd0f407c authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/dma/gp100: initial implementation

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent a4a4cf1b
...@@ -2168,6 +2168,7 @@ nv130_chipset = { ...@@ -2168,6 +2168,7 @@ nv130_chipset = {
.pci = gp100_pci_new, .pci = gp100_pci_new,
.timer = gk20a_timer_new, .timer = gk20a_timer_new,
.top = gk104_top_new, .top = gk104_top_new,
.dma = gf119_dma_new,
}; };
static int static int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment