summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvif/disp.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2021-01-15 14:48:14 +1000
committerDave Airlie <airlied@redhat.com>2021-01-15 14:48:18 +1000
commit584265dfec70e78ce2085b82ed389f27e06fbca0 (patch)
tree48cf0373c12887c23b5d7cd35e27056ad6526196 /drivers/gpu/drm/nouveau/nvif/disp.c
parentc8f6364f35f32786dd40336cfa35b9166d91b8ab (diff)
parent8ef23b6f6a79e6fa2a169081d2d76011fffa0482 (diff)
Merge branch '04.01-ampere-lite' of git://github.com/skeggsb/linux into topic/nouveau-ampere-modesettopic/nouveau-ampere-modeset-2021-01-15
This adds support for basic modeseting on the nvidia ampere chipsets. This code should all be contained to just those and have no effect on current hardware. Signed-off-by: Dave Airlie <airlied@redhat.com> From: Ben Skeggs <skeggsb@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/CACAvsv5LmMP+HbDUQBf_dy1-0eS9fA32k8HWo4y5X4-7rsw-yw@mail.gmail.com
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvif/disp.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvif/disp.c1
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 8d0d30e08f57..529cb60d5efb 100644
--- a/drivers/gpu/drm/nouveau/nvif/disp.c
+++ b/drivers/gpu/drm/nouveau/nvif/disp.c
@@ -35,6 +35,7 @@ nvif_disp_ctor(struct nvif_device *device, const char *name, s32 oclass,
struct nvif_disp *disp)
{
static const struct nvif_mclass disps[] = {
+ { GA102_DISP, -1 },
{ TU102_DISP, -1 },
{ GV100_DISP, -1 },
{ GP102_DISP, -1 },