drm/radeon: silence out possible lock dependency warning
authorJerome Glisse <jglisse@redhat.com>
Tue, 24 Jan 2012 17:08:52 +0000 (12:08 -0500)
committerDave Airlie <airlied@redhat.com>
Wed, 25 Jan 2012 09:28:21 +0000 (09:28 +0000)
Silence out the lock dependency warning by moving bo allocation out
of ib mutex protected section. Might lead to useless temporary
allocation but it's not harmful as such things only happen at
initialization.

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

No differences found