[coreboot-gerrit] Change in libgfxinit[master]: [TEST]Transcoder setup: Increase timeout on PIPExCONF status read

Arthur Heymans (Code Review) gerrit at coreboot.org
Thu Aug 17 11:08:54 CEST 2017


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 at 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

-- 
To view, visit https://review.coreboot.org/21066
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: libgfxinit
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia670e18cd2bfd6d7aee99c980b89d2747c3b21df
Gerrit-Change-Number: 21066
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170817/d20f2d12/attachment.html>


More information about the coreboot-gerrit mailing list