summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-11-16 07:49:35 +0300
committerBen Skeggs <bskeggs@redhat.com>2016-11-17 02:50:38 +0300
commit2a32b9b1866a2ee9f01fbf2a48d99012f0120739 (patch)
tree5dd192aeb2767c67fa7165eefd625db7a527d9ce /drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c
parent4391d7f5c79a9fe6fa11cf6c160ca7f7bdb49d2a (diff)
downloadlinux-2a32b9b1866a2ee9f01fbf2a48d99012f0120739.tar.xz
drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classes
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c
index cfba994bef4d..0a1381a84552 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c
@@ -149,7 +149,7 @@ nv50_disp_dmac_new_(const struct nv50_disp_dmac_func *func,
chan->func = func;
ret = nv50_disp_chan_ctor(&nv50_disp_dmac_func_, mthd, root,
- chid, head, oclass, &chan->base);
+ chid, chid, head, oclass, &chan->base);
if (ret)
return ret;