commit | 268b2510de14f62134d87ba9b4981816192db386 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Wed Nov 17 19:00:26 2010 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Thu Nov 18 14:56:53 2010 +1000 |
tree | 8861593a52a6e229cf29f02223986d17876fa57f | |
parent | 2f5993cca67f9c80dcd390feef13695ca072b8a5 [diff] |
drm/radeon/kms: fix alignment when allocating buffers We were previously dropping alignment requests on the floor when allocating buffers so we always ended up page aligned. Certain tiling modes on 6xx+ require larger alignment which wasn't happening before. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Cc: Jerome Glisse <j.glisse@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>