drm/nouveau/tmr/tu104: initial support

Appears to be compatible with GK20A.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs 2018-12-11 14:50:02 +10:00
parent 75ad1b0020
commit ead5bf1e3c

View File

@ -2446,6 +2446,7 @@ nv164_chipset = {
.ibus = gm200_ibus_new,
.mc = tu104_mc_new,
.pci = gp100_pci_new,
.timer = gk20a_timer_new,
.top = gk104_top_new,
};