Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/21066
Change subject: [TEST]Transcoder setup: Increase timeout on PIPExCONF status read ......................................................................
[TEST]Transcoder setup: Increase timeout on PIPExCONF status read
Linux also uses 100ms. User reported logs with timeouts.
Change-Id: Ia670e18cd2bfd6d7aee99c980b89d2747c3b21df Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M common/hw-gfx-gma-transcoder.adb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/66/21066/1
diff --git a/common/hw-gfx-gma-transcoder.adb b/common/hw-gfx-gma-transcoder.adb index 91ef6b6..f93e6b7 100644 --- a/common/hw-gfx-gma-transcoder.adb +++ b/common/hw-gfx-gma-transcoder.adb @@ -290,7 +290,7 @@ Registers.Wait_Unset_Mask (Register => Trans.CONF, Mask => TRANS_CONF_ENABLED_STATUS, - TOut_MS => 40); + TOut_MS => 100); end if;
if Config.Has_Pipe_DDI_Func then