diff options
| -rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 1 |
1 files changed, 1 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 fd90540df36d..e3e60f015aa1 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | |||
| @@ -2472,6 +2472,7 @@ nv166_chipset = { | |||
| 2472 | .bios = nvkm_bios_new, | 2472 | .bios = nvkm_bios_new, |
| 2473 | .devinit = tu104_devinit_new, | 2473 | .devinit = tu104_devinit_new, |
| 2474 | .pci = gp100_pci_new, | 2474 | .pci = gp100_pci_new, |
| 2475 | .top = gk104_top_new, | ||
| 2475 | }; | 2476 | }; |
| 2476 | 2477 | ||
| 2477 | static int | 2478 | static int |
