mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
drm/nouveau/core: increase maximum number of notifies that a client can request
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
ca33fafdc9
commit
86d7442baa
@ -9,7 +9,7 @@ struct nvkm_client {
|
||||
u64 device;
|
||||
u32 debug;
|
||||
|
||||
struct nvkm_client_notify *notify[16];
|
||||
struct nvkm_client_notify *notify[32];
|
||||
struct rb_root objroot;
|
||||
|
||||
bool super;
|
||||
|
Loading…
x
Reference in New Issue
Block a user