drm/ttm: fix two bugs in new placement routines.
authorDave Airlie <airlied@redhat.com>
Mon, 14 Dec 2009 04:51:35 +0000 (14:51 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 16 Dec 2009 05:33:32 +0000 (15:33 +1000)
a) the loops were going to <= not <, leading to illegal memory access
b) the busy placement checks were using the placement arrays not the
   busy placement ones.

Acked-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found