From: Younes Manton Date: Tue, 22 Nov 2011 19:58:31 +0000 (-0500) Subject: drm/nouveau: Keep RAMIN heap within the channel. X-Git-Tag: v3.2-rc5~54^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a97b4ace09d7d3fe213a73bc466ca33af98c91c;p=pandora-kernel.git 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 Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed