diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-08-11 11:36:45 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-08-15 07:55:34 +1000 |
commit | c970951a4fe30d476beb45c9323c65ca673053f5 (patch) | |
tree | 919810c0a103772b6f336d7169e850ba0cacb237 /nvkm/include/core | |
parent | 19ae6962b47db91803f3100e9cab6f43ef348fc7 (diff) | |
download | nouveau-c970951a4fe30d476beb45c9323c65ca673053f5.tar.gz |
nvif: fix a number of notify thinkos
Note to self: more sleep
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvkm/include/core')
-rw-r--r-- | nvkm/include/core/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvkm/include/core/client.h b/nvkm/include/core/client.h index 4fc6ab123..1794a0520 100644 --- a/nvkm/include/core/client.h +++ b/nvkm/include/core/client.h @@ -14,7 +14,7 @@ struct nouveau_client { void *data; int (*ntfy)(const void *, u32, const void *, u32); - struct nvkm_client_notify *notify[8]; + struct nvkm_client_notify *notify[16]; }; static inline struct nouveau_client * |