drm/radeon: fix ring free alignment calculations
authorDave Airlie <airlied@linux.ie>
Wed, 3 Jun 2009 21:08:13 +0000 (07:08 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 3 Jun 2009 23:14:28 +0000 (09:14 +1000)
fd.o bz#21849

We were aligning to +16 dwords, instead of to the next 16dword
boundary in the ring. Fix the calculation to go to the next 16dword
boundary when space checking.

Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found