aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvif
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2019-01-17 12:10:06 +1000
committerBen Skeggs <bskeggs@redhat.com>2019-02-20 08:59:58 +1000
commit8603774233507550d557272146ba1834071e3e49 (patch)
tree79df981bf9be8f507b25b50c0d5b7d48ef780cc1 /drivers/gpu/drm/nouveau/nvif
parentdrm/nouveau/fault/tu102: rename implementation from tu104 (diff)
downloadlinux-dev-8603774233507550d557272146ba1834071e3e49.tar.xz
linux-dev-8603774233507550d557272146ba1834071e3e49.zip
drm/nouveau/disp/tu102: rename implementation from tu104
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvif/disp.c b/drivers/gpu/drm/nouveau/nvif/disp.c
index ef97dd223a32..61638b3b9d3d 100644
--- a/drivers/gpu/drm/nouveau/nvif/disp.c
+++ b/drivers/gpu/drm/nouveau/nvif/disp.c
@@ -34,7 +34,7 @@ int
nvif_disp_ctor(struct nvif_device *device, s32 oclass, struct nvif_disp *disp)
{
static const struct nvif_mclass disps[] = {
- { TU104_DISP, -1 },
+ { TU102_DISP, -1 },
{ GV100_DISP, -1 },
{ GP102_DISP, -1 },
{ GP100_DISP, -1 },