Commit 4eeb039b authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/tmr/gp100: initial support



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 45aa4d07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2153,6 +2153,7 @@ nv130_chipset = {
	.name = "GP100",
	.mc = gp100_mc_new,
	.pci = gp100_pci_new,
	.timer = gk20a_timer_new,
	.top = gk104_top_new,
};