drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGN
authorMaarten Maathuis <madman2003@gmail.com>
Fri, 25 Dec 2009 17:51:17 +0000 (18:51 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 11 Jan 2010 04:41:10 +0000 (14:41 +1000)
- 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 <madman2003@gmail.com>

No differences found