]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
drm/nouveau/core: increase maximum number of notifies that a client can request
authorBen Skeggs <bskeggs@redhat.com>
Sat, 5 Nov 2016 04:14:20 +0000 (14:14 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 17 Feb 2017 07:38:07 +0000 (17:38 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/include/nvkm/core/client.h

index e4123192510906145e2ccfae54f018eed96aca36..e876634da10a18a377c3565046f7ddd75295d8ca 100644 (file)
@@ -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;