diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2023-09-18 22:21:42 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2023-10-31 06:08:16 +0100 |
commit | 9e99444490238d210a421cef3598432c5da2e086 (patch) | |
tree | ea7776f6b42a6b9166791d2b75920f93fa401e40 /drivers/gpu/drm/nouveau/nvif | |
parent | drm/nouveau/mmu/r535: initial support (diff) | |
download | linux-9e99444490238d210a421cef3598432c5da2e086.tar.xz linux-9e99444490238d210a421cef3598432c5da2e086.zip |
drm/nouveau/disp/r535: initial support
Adds support for modesetting on RM.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230918202149.4343-38-skeggsb@gmail.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 097246e10cdb..14da22fa3b5b 100644 --- a/drivers/gpu/drm/nouveau/nvif/disp.c +++ b/drivers/gpu/drm/nouveau/nvif/disp.c @@ -36,6 +36,7 @@ int nvif_disp_ctor(struct nvif_device *device, const char *name, s32 oclass, struct nvif_disp *disp) { static const struct nvif_mclass disps[] = { + { AD102_DISP, 0 }, { GA102_DISP, 0 }, { TU102_DISP, 0 }, { GV100_DISP, 0 }, |