mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
drm/nouveau/disp/nv50-: bump max chans to 21
commita90e049cacupstream. GP102's cursors go from chan 17..20. Increase the array size to hold their data properly. Fixes:e50fcff15f("drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indices") Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e41779886b
commit
34da5f74eb
@@ -27,7 +27,7 @@ struct nv50_disp {
|
||||
u8 type[3];
|
||||
} pior;
|
||||
|
||||
struct nv50_disp_chan *chan[17];
|
||||
struct nv50_disp_chan *chan[21];
|
||||
};
|
||||
|
||||
int nv50_disp_root_scanoutpos(NV50_DISP_MTHD_V0);
|
||||
|
||||
Reference in New Issue
Block a user