commit | 78a121d82da8aff3aca2a6a1c40f5061081760f0 | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Sun Mar 06 16:06:06 2016 -0500 |
committer | Ben Skeggs <bskeggs@redhat.com> | Mon Mar 14 10:13:34 2016 +1000 |
tree | 781306a62e99ce6060081c3173521b044c59aef6 | |
parent | 2bf1833e51c324011484655b8e974962da77c453 [diff] |
drm/nouveau/core: use vzalloc for allocating ramht Most calls to nvkm_ramht_new use 0x8000 as the size. This results in a fairly sizeable chunk of memory to be allocated, which may not be available with kzalloc. Since this is done fairly rarely (once per channel), use vzalloc instead. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>