Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent ca33fafd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;