commit | c2b82924bda0c3de2b49bd3a4d8b6725721820bc | [log] [tgz] |
---|---|---|
author | Maarten Maathuis <madman2003@gmail.com> | Fri Dec 25 18:51:17 2009 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Mon Jan 11 14:41:10 2010 +1000 |
tree | 52953304977301464772d800468e5998aafc6061 | |
parent | 8f71c29e442e013212a98e2b37eb1074c4d1134f [diff] |
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 <madman2003@gmail.com>