diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2018-05-08 12:39:47 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2018-05-18 07:01:34 +0200 |
commit | 292550499af0117c7137071d8a0aee93fab81f44 (patch) | |
tree | ced75683663112d3cbc398910769d54a4b2e1ee5 /drivers/gpu/drm/nouveau | |
parent | drm/nouveau/i2c/gv100: initial support (diff) | |
download | linux-292550499af0117c7137071d8a0aee93fab81f44.tar.xz linux-292550499af0117c7137071d8a0aee93fab81f44.zip |
drm/nouveau/fuse/gv100: initial support
Appears to be compatible with GM107.
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.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 92290de0e6bf..a9a087a5b94b 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2399,6 +2399,7 @@ nv140_chipset = { .name = "GV100", .bios = nvkm_bios_new, .devinit = gv100_devinit_new, + .fuse = gm107_fuse_new, .gpio = gk104_gpio_new, .i2c = gm200_i2c_new, .ibus = gm200_ibus_new, |