* lets idle the memory controller before checking if it's idle

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42925 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV 2011-10-26 14:11:24 +00:00
parent 46af81655d
commit bbcc2a8c03

View File

@ -241,6 +241,8 @@ radeon_gpu_mc_setup_r600()
Write32(OUT, HDP_REG_COHERENCY_FLUSH_CNTL, 0);
// idle the memory controller
radeon_gpu_mc_halt();
uint32 idleState = radeon_gpu_mc_idlecheck();
if (idleState > 0) {
TRACE("%s: Cannot modify non-idle MC! idleState: 0x%" B_PRIX32 "\n",