Commit 86d7442b authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/core: increase maximum number of notifies that a client can request

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent ca33fafd
...@@ -9,7 +9,7 @@ struct nvkm_client { ...@@ -9,7 +9,7 @@ struct nvkm_client {
u64 device; u64 device;
u32 debug; u32 debug;
struct nvkm_client_notify *notify[16]; struct nvkm_client_notify *notify[32];
struct rb_root objroot; struct rb_root objroot;
bool super; bool super;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment