From 89e7764d9892c90a6a0110c00e70ae9efe18f0e3 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 12 Mar 2012 21:43:38 -0500 Subject: [PATCH] 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! --- src/add-ons/accelerants/radeon_hd/atombios/atom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/accelerants/radeon_hd/atombios/atom.cpp b/src/add-ons/accelerants/radeon_hd/atombios/atom.cpp index e10a2ce499..d23321f626 100644 --- a/src/add-ons/accelerants/radeon_hd/atombios/atom.cpp +++ b/src/add-ons/accelerants/radeon_hd/atombios/atom.cpp @@ -39,7 +39,7 @@ * Number of repeat AtomBIOS jmp operations * before bailing due to stuck in a loop */ -#define ATOM_OP_JMP_TIMEOUT 128 +#define ATOM_OP_JMP_TIMEOUT 512 // *** Tracing #undef TRACE