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)
commitd54fbd49efe5c75bc7cf963bf065aef3fd22417a
tree9622642f9c15207e0d81cc26a87cd60252621995
parent598781d71119827b454fd75d46f84755bca6f0c6
drm/radeon: silence out possible lock dependency warning

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>
drivers/gpu/drm/radeon/radeon_ring.c