Commit 8ff01abc authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/ce/tu106: initial support

Appears to be compatible with TU104.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 1b2a5aff
......@@ -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,
......
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