summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/device/base.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
index 7c35c32cdf73..76f1b2504f3a 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2656,6 +2656,7 @@ static const struct nvkm_device_chip
nv170_chipset = {
.name = "GA100",
.bios = nvkm_bios_new,
+ .devinit = ga100_devinit_new,
.pci = gp100_pci_new,
};
@@ -2663,6 +2664,7 @@ static const struct nvkm_device_chip
nv172_chipset = {
.name = "GA102",
.bios = nvkm_bios_new,
+ .devinit = ga100_devinit_new,
.pci = gp100_pci_new,
};
@@ -2670,6 +2672,7 @@ static const struct nvkm_device_chip
nv174_chipset = {
.name = "GA104",
.bios = nvkm_bios_new,
+ .devinit = ga100_devinit_new,
.pci = gp100_pci_new,
};