From: Ben Skeggs Date: Sat, 9 Jul 2016 00:41:01 +0000 (+1000) Subject: drm/nouveau/bios/gp100: initial support X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7481d0553aa24e557a4a8f58e4b462e43bf71eeb;p=deliverable%2Flinux.git drm/nouveau/bios/gp100: initial support 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 35a0cd18c876..987438f6ecbd 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2151,6 +2151,7 @@ nv12b_chipset = { static const struct nvkm_device_chip nv130_chipset = { .name = "GP100", + .bios = nvkm_bios_new, .mc = gp100_mc_new, .pci = gp100_pci_new, .timer = gk20a_timer_new,