radeon_hd: Tune AtomBIOS failure threshold
* Fixes edge cases of AtomBIOS parser failing before there really was a problem. * Hopefully resolves the rest of the random failures and #5722 * If this doesn't work, I'll rewrite the parser to use jiffies (snooze) * Thanks for all the testing Disreali!
This commit is contained in:
parent
f1b3e74461
commit
89e7764d98
@ -39,7 +39,7 @@
|
|||||||
* Number of repeat AtomBIOS jmp operations
|
* Number of repeat AtomBIOS jmp operations
|
||||||
* before bailing due to stuck in a loop
|
* before bailing due to stuck in a loop
|
||||||
*/
|
*/
|
||||||
#define ATOM_OP_JMP_TIMEOUT 128
|
#define ATOM_OP_JMP_TIMEOUT 512
|
||||||
|
|
||||||
// *** Tracing
|
// *** Tracing
|
||||||
#undef TRACE
|
#undef TRACE
|
||||||
|
Loading…
Reference in New Issue
Block a user