Revert "drm/radeon: fix bo creation retry path"
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Aug 2012 13:55:01 +0000 (09:55 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 17:00:19 +0000 (10:00 -0700)
commitcbd3df71bb6563fe9ab2a16dc57937c0b59c3976
tree7937cd0c335a81fb5b8044f4961d9a1e0dc9564e
parente51f2ce36e978380402105199577cfb807a8ba16
Revert "drm/radeon: fix bo creation retry path"

commit 676bc2e1e4f9072f7a640d5b7c99ffdf9709a6e7 upstream.

This reverts commit d1c7871ddb1f588b8eb35affd9ee1a3d5e11cd0c.

ttm_bo_init() destroys the BO on failure. So this patch makes
the retry path work with freed memory.  This ends up causing
kernel panics when this path is hit.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_object.c