aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
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:53 +1000
commit5386148b31b2729f29d80f9635cff746d46d475d (patch)
treeecf9a42358866d10bca36e9c5dbaa0a166b9d8ba /drivers/gpu/drm/nouveau/nvkm
parentdrm/nouveau/imem/tu104: initial support (diff)
downloadlinux-dev-5386148b31b2729f29d80f9635cff746d46d475d.tar.xz
linux-dev-5386148b31b2729f29d80f9635cff746d46d475d.zip
drm/nouveau/fb/tu104: initial support
Appears to be compatible with GV100. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm')
-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 ee359baacacb..8e64338f5bb8 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2440,6 +2440,7 @@ nv164_chipset = {
.bios = nvkm_bios_new,
.bus = gf100_bus_new,
.devinit = tu104_devinit_new,
+ .fb = gv100_fb_new,
.fuse = gm107_fuse_new,
.gpio = gk104_gpio_new,
.i2c = gm200_i2c_new,