summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgk104.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2018-05-08 13:39:46 +0300
committerBen Skeggs <bskeggs@redhat.com>2018-05-18 08:01:21 +0300
commit6d41a7536f8cff35be9b3c4ccb94e55f1553a7a1 (patch)
treeb3626a1a63644e42f4da3d007750660dbc6503d0 /drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgk104.c
parent3ceeef9c03fc9ed6adbb0646b4b89096ca568670 (diff)
downloadlinux-6d41a7536f8cff35be9b3c4ccb94e55f1553a7a1.tar.xz
drm/nouveau/disp/nv50-: simplify definition of cursor channels
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgk104.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgk104.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgk104.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgk104.c
index c43eab97a393..15379ff5ebf4 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgk104.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgk104.c
@@ -31,10 +31,8 @@ gk104_disp_root = {
.dmac = {
&gk104_disp_core_oclass,
},
- .pioc = {
- &gk104_disp_curs_oclass,
- },
.user = {
+ {{0,0,GK104_DISP_CURSOR }, gf119_disp_curs_new },
{{0,0,GK104_DISP_OVERLAY }, gf119_disp_oimm_new },
{{0,0,GK104_DISP_BASE_CHANNEL_DMA }, gf119_disp_base_new },
{{0,0,GK104_DISP_OVERLAY_CONTROL_DMA}, gk104_disp_ovly_new },