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-rc4~17^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b82924bda0c3de2b49bd3a4d8b6725721820bc;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