diff options
| author | Ben Skeggs <bskeggs@redhat.com> | 2018-12-10 23:50:02 -0500 |
|---|---|---|
| committer | Ben Skeggs <bskeggs@redhat.com> | 2018-12-11 00:38:00 -0500 |
| commit | f5459f34f5ed18aacea1780dd174632dab4131ea (patch) | |
| tree | eb40164c7a6c388571ea37c5f07c65c38f1afa9e | |
| parent | 340e96a7c3aa6e47287ca048847f5fc871d03014 (diff) | |
drm/nouveau/fault/tu106: initial support
Appears to be compatible with TU104.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
| -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 46cde822b628..91c01eb9a3bf 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | |||
| @@ -2473,6 +2473,7 @@ nv166_chipset = { | |||
| 2473 | .bios = nvkm_bios_new, | 2473 | .bios = nvkm_bios_new, |
| 2474 | .bus = gf100_bus_new, | 2474 | .bus = gf100_bus_new, |
| 2475 | .devinit = tu104_devinit_new, | 2475 | .devinit = tu104_devinit_new, |
| 2476 | .fault = tu104_fault_new, | ||
| 2476 | .fb = gv100_fb_new, | 2477 | .fb = gv100_fb_new, |
| 2477 | .fuse = gm107_fuse_new, | 2478 | .fuse = gm107_fuse_new, |
| 2478 | .gpio = gk104_gpio_new, | 2479 | .gpio = gk104_gpio_new, |
