* bailing when we can't idle the MC is the correct
behaviour... but while things are incomplete it may be better to try and push on. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42929 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
fe0bb0ec24
commit
139848f37a
@ -245,9 +245,9 @@ radeon_gpu_mc_setup_r600()
|
|||||||
|
|
||||||
uint32 idleState = radeon_gpu_mc_idlecheck();
|
uint32 idleState = radeon_gpu_mc_idlecheck();
|
||||||
if (idleState > 0) {
|
if (idleState > 0) {
|
||||||
TRACE("%s: Cannot modify non-idle MC! idleState: 0x%" B_PRIX32 "\n",
|
ERROR("%s: Cannot modify non-idle MC! idleState: 0x%" B_PRIX32 "\n",
|
||||||
__func__, idleState);
|
__func__, idleState);
|
||||||
return B_ERROR;
|
//return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Memory Controller AGP
|
// TODO: Memory Controller AGP
|
||||||
@ -277,9 +277,9 @@ radeon_gpu_mc_setup_r600()
|
|||||||
|
|
||||||
idleState = radeon_gpu_mc_idlecheck();
|
idleState = radeon_gpu_mc_idlecheck();
|
||||||
if (idleState > 0) {
|
if (idleState > 0) {
|
||||||
TRACE("%s: Cannot modify non-idle MC! idleState: 0x%" B_PRIX32 "\n",
|
ERROR("%s: Cannot modify non-idle MC! idleState: 0x%" B_PRIX32 "\n",
|
||||||
__func__, idleState);
|
__func__, idleState);
|
||||||
return B_ERROR;
|
//return B_ERROR;
|
||||||
}
|
}
|
||||||
radeon_gpu_mc_resume();
|
radeon_gpu_mc_resume();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user