drm/radeon/kms/r600: fix blit support
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 10 Sep 2009 06:53:50 +0000 (02:53 -0400)
committerDave Airlie <airlied@redhat.com>
Thu, 10 Sep 2009 08:44:16 +0000 (18:44 +1000)
select the correct max number of bytes per blit based
on whether the size is multiple of 4 bytes.  This
determines whether we can use 8 or 32 bit pixels for
the blit.

airlied: also merged the IB padding patch +
correcting the VS offset for context

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

No differences found