drm/nouveau/disp/gv100: initial support

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs
2018-05-08 20:39:47 +10:00
parent 6fb566b913
commit 290ffeafcc
26 changed files with 1544 additions and 9 deletions

View File

@@ -2416,6 +2416,7 @@ nv140_chipset = {
.therm = gp100_therm_new,
.timer = gk20a_timer_new,
.top = gk104_top_new,
.disp = gv100_disp_new,
.dma = gv100_dma_new,
};