From: Jerome Glisse Date: Tue, 24 Jan 2012 17:08:52 +0000 (-0500) Subject: drm/radeon: silence out possible lock dependency warning X-Git-Tag: v3.3-rc2~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d54fbd49efe5c75bc7cf963bf065aef3fd22417a;p=pandora-kernel.git 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed