drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 15 Nov 2010 01:24:35 +0000 (20:24 -0500)
committerDave Airlie <airlied@redhat.com>
Mon, 15 Nov 2010 04:28:14 +0000 (14:28 +1000)
Tiled buffers have the same alignment requirements regardless of
whether the surface is for db, cb, or textures.  Previously, the
calculations where inconsistent for each buffer type.

- Unify the alignment calculations in a common function
- Standardize the alignment units (pixels for pitch/height/depth,
bytes for base)
- properly check the buffer base alignments

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found