https://bugzilla.kernel.org/show_bug.cgi?id=52491
--- Comment #11 from Bruno Jacquet maxijac@free.fr 2013-01-15 19:38:05 --- (In reply to comment #9)
Does reverting the following commit fix the issue?
commit d025e9e2b890db679f1246037bf65bd4be512627 Author: Jerome Glisse jglisse@redhat.com Date: Thu Nov 29 10:35:41 2012 -0500
drm/radeon: do not move bo to different placement at each cs The bo creation placement is where the bo will be. Instead of trying to move bo at each command stream let this work to another worker thread that will use more advance heuristic. agd5f: remove leftover unused variable Signed-off-by: Jerome Glisse <jglisse@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
It does fix the corruption.