]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Aug 2012 13:55:01 +0000 (09:55 -0400)
commitba234d99b0fab37e19e9c9aaa16baefb0f0a733b
treea1603a9309f91fedec5fb98d985058577da14fb6
parent6c4ad395657de7ef78f030f6468d85fdbef1c7cc
Revert "drm/radeon: fix bo creation retry path"

This reverts commit 7d7ba2d26a4bf573689d2ba119372f5134a5632f.

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>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/radeon_object.c