aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2018-12-11 14:50:02 +1000
committerBen Skeggs <bskeggs@redhat.com>2018-12-11 15:37:54 +1000
commitaff70760be71a9d2fa38814d23cbb851c0c08d4c (patch)
tree7cf7f77a51b2152ad9bdcd993f7dd24260a197e5 /drivers/gpu/drm/nouveau
parentdrm/nouveau/therm/tu104: initial support (diff)
downloadlinux-dev-aff70760be71a9d2fa38814d23cbb851c0c08d4c.tar.xz
linux-dev-aff70760be71a9d2fa38814d23cbb851c0c08d4c.zip
drm/nouveau/dma/tu104: initial support
Appears to be compatible with GV100. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/device/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
index 35939d63a00a..94b8cc36cb16 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2456,6 +2456,7 @@ nv164_chipset = {
.therm = gp100_therm_new,
.timer = gk20a_timer_new,
.top = gk104_top_new,
+ .dma = gv100_dma_new,
};
static int