mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-23 14:11:26 +07: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…
Reference in New Issue
Block a user