From: Ben Skeggs Date: Tue, 11 Dec 2018 04:50:02 +0000 (+1000) Subject: drm/nouveau/bios/tu104: initial support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=acbe55a5d4c3e36585700044365a957e14c81951;p=linux.git drm/nouveau/bios/tu104: initial support No real surprises here so far. 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 83e31676f9332..16ae0d22b9e72 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", + .bios = nvkm_bios_new, .pci = gp100_pci_new, };