aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2018-12-11 14:50:02 +1000
committerBen Skeggs <bskeggs@redhat.com>2018-12-11 15:37:59 +1000
commit75794c41242c54b229978e2cc4e0af023d07bceb (patch)
treeb592e45553b6917a4ee707df5db914e8cd933190 /drivers/gpu/drm/nouveau
parentdrm/nouveau/tmr/tu106: initial support (diff)
downloadlinux-dev-75794c41242c54b229978e2cc4e0af023d07bceb.tar.xz
linux-dev-75794c41242c54b229978e2cc4e0af023d07bceb.zip
drm/nouveau/imem/tu106: initial support
Appears to be compatible with NV50. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/device/base.c1
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 abb2f5a95eee..6af46e80b8dd 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2476,6 +2476,7 @@ nv166_chipset = {
.gpio = gk104_gpio_new,
.i2c = gm200_i2c_new,
.ibus = gm200_ibus_new,
+ .imem = nv50_instmem_new,
.mc = tu104_mc_new,
.pci = gp100_pci_new,
.timer = gk20a_timer_new,