提交 86d7442b 编写于 作者: B Ben Skeggs

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

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 ca33fafd
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册