drm/radeon/r600: fix legacy blit code
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 9 Sep 2009 20:09:36 +0000 (16:09 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 9 Sep 2009 20:53:17 +0000 (06:53 +1000)
ARRAY_SIZE is number of elements not bytes.  Fix
ring counts accordingly, also make a few functions
static.

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

No differences found