summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv50/wimm.c
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/dispnv50/wimm.c
parent954f97983cb43afbbf994ac9fbc6a0983d2ed5bd (diff)
downloadlinux-stable-8603774233507550d557272146ba1834071e3e49.tar.gz
linux-stable-8603774233507550d557272146ba1834071e3e49.tar.bz2
linux-stable-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/dispnv50/wimm.c')
-rw-r--r--drivers/gpu/drm/nouveau/dispnv50/wimm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/wimm.c b/drivers/gpu/drm/nouveau/dispnv50/wimm.c
index bc9eeaf212ae..a1ac153d5e98 100644
--- a/drivers/gpu/drm/nouveau/dispnv50/wimm.c
+++ b/drivers/gpu/drm/nouveau/dispnv50/wimm.c
@@ -31,7 +31,7 @@ nv50_wimm_init(struct nouveau_drm *drm, struct nv50_wndw *wndw)
int version;
int (*init)(struct nouveau_drm *, s32, struct nv50_wndw *);
} wimms[] = {
- { TU104_DISP_WINDOW_IMM_CHANNEL_DMA, 0, wimmc37b_init },
+ { TU102_DISP_WINDOW_IMM_CHANNEL_DMA, 0, wimmc37b_init },
{ GV100_DISP_WINDOW_IMM_CHANNEL_DMA, 0, wimmc37b_init },
{}
};