From: Maarten Maathuis Date: Fri, 25 Dec 2009 17:51:17 +0000 (+0100) Subject: drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGN X-Git-Tag: v2.6.33-rc6~27^2~11^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c7059e4f36e76c72cefbb6c9bd2bcf45c12e777;p=pandora-kernel.git drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGN - Aligning to block size should ensure that the extra size is enough. - Using roundup, because not all sizes are powers of two. Signed-off-by: Maarten Maathuis --- Reading git-diff-tree failed