aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2018-05-08 06:39:47 -0400
committerBen Skeggs <bskeggs@redhat.com>2018-05-18 01:01:34 -0400
commit936240c9bbb2f10fe11b8fbd4aca79f8f5b1b1da (patch)
tree7d80253c9a9f8ac2e12570658df19d238a474c0b
parent9506bd24072af64dae998ac5b62c16b3492fc8e8 (diff)
drm/nouveau/tmr/gv100: initial support
Appears to be compatible with GK20A. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-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 9b2b3b8aa5d9..87d50bd4866a 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2406,6 +2406,7 @@ nv140_chipset = {
2406 .ibus = gm200_ibus_new, 2406 .ibus = gm200_ibus_new,
2407 .mc = gp100_mc_new, 2407 .mc = gp100_mc_new,
2408 .pci = gp100_pci_new, 2408 .pci = gp100_pci_new,
2409 .timer = gk20a_timer_new,
2409 .top = gk104_top_new, 2410 .top = gk104_top_new,
2410}; 2411};
2411 2412