From: Jerome Glisse Date: Wed, 13 Jan 2010 09:29:27 +0000 (+0100) Subject: drm/radeon/kms: Fix r600 blit cleanup path X-Git-Tag: v2.6.33-rc6~27^2~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d2d9a54d48e4fefede0389ded1b6fc2d44a522;p=pandora-kernel.git drm/radeon/kms: Fix r600 blit cleanup path r600 blit cleanup path need to check if a bo was allocated before trying to free or unpin it. This patch add this check and avoid oops when the initialization on r6xx or r7xx hw fails. Signed-off-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed