diff options
author | Ben Skeggs | 2018-05-08 20:39:47 +1000 |
---|---|---|
committer | Ben Skeggs | 2018-05-18 15:01:43 +1000 |
commit | 290ffeafcc1a953aa287c8a7bf7f6d9af25b7e77 (patch) | |
tree | f39ee09f4b066e630f8f4f453d1ced715822dce4 /drivers/gpu/drm/nouveau/nvif | |
parent | 6fb566b913728fe2dadc8271a568583b8854af93 (diff) |
drm/nouveau/disp/gv100: initial support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvif')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvif/disp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvif/disp.c b/drivers/gpu/drm/nouveau/nvif/disp.c index 7006482e8e29..18c7d064f75c 100644 --- a/drivers/gpu/drm/nouveau/nvif/disp.c +++ b/drivers/gpu/drm/nouveau/nvif/disp.c @@ -34,6 +34,7 @@ int nvif_disp_ctor(struct nvif_device *device, s32 oclass, struct nvif_disp *disp) { static const struct nvif_mclass disps[] = { + { GV100_DISP, -1 }, { GP102_DISP, -1 }, { GP100_DISP, -1 }, { GM200_DISP, -1 }, |