From: Ben Skeggs Date: Tue, 11 Dec 2018 04:50:02 +0000 (+1000) Subject: drm/nouveau/pci/tu104: initial support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2d7ca8cb19953b4424ab97b92510e1bf434bacfd;p=linux.git drm/nouveau/pci/tu104: initial support Appears to be compatible with GP100. Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c index 1ffd9e4a447b2..83e31676f9332 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2437,6 +2437,7 @@ nv140_chipset = { static const struct nvkm_device_chip nv164_chipset = { .name = "TU104", + .pci = gp100_pci_new, }; static int