commit | 1a97b4ace09d7d3fe213a73bc466ca33af98c91c | [log] [tgz] |
---|---|---|
author | Younes Manton <younes.m@gmail.com> | Tue Nov 22 14:58:31 2011 -0500 |
committer | Ben Skeggs <bskeggs@redhat.com> | Wed Nov 30 23:40:52 2011 +1000 |
tree | 97b09f24217d9042d87f39359a0536bef4766a76 | |
parent | 26cfa81357b67229f71d25b53cbfbdfb83a38bdf [diff] |
drm/nouveau: Keep RAMIN heap within the channel. The entire RAMIN is allocated to be 'size', but the heap is specified as 'base' + 'size' inside RAMIN, so it will overflow past RAMIN by 'base' bytes on NV50+ and clobber other allocatons unless it's size is adjusted. Signed-off-by: Younes Manton <younes.m@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>