Loading drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +5 −0 Original line number Diff line number Diff line Loading @@ -2488,6 +2488,11 @@ nv166_chipset = { .therm = gp100_therm_new, .timer = gk20a_timer_new, .top = gk104_top_new, .ce[0] = tu104_ce_new, .ce[1] = tu104_ce_new, .ce[2] = tu104_ce_new, .ce[3] = tu104_ce_new, .ce[4] = tu104_ce_new, .disp = tu104_disp_new, .dma = gv100_dma_new, .fifo = tu104_fifo_new, Loading Loading
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +5 −0 Original line number Diff line number Diff line Loading @@ -2488,6 +2488,11 @@ nv166_chipset = { .therm = gp100_therm_new, .timer = gk20a_timer_new, .top = gk104_top_new, .ce[0] = tu104_ce_new, .ce[1] = tu104_ce_new, .ce[2] = tu104_ce_new, .ce[3] = tu104_ce_new, .ce[4] = tu104_ce_new, .disp = tu104_disp_new, .dma = gv100_dma_new, .fifo = tu104_fifo_new, Loading