drm/r600/kms: fixup number of loops per blit calculation.
authorDave Airlie <airlied@linux.ie>
Thu, 17 Sep 2009 06:11:31 +0000 (16:11 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 18 Sep 2009 06:01:56 +0000 (16:01 +1000)
Some people were seeing
*ERROR* radeon: writting more dword to ring than expected
after certain blits, the loops calculation didn't take
into account that we do a separate blit for the remainder
after doing the aligned blits.

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

No differences found