[coreboot-gerrit] Change in libgfxinit[master]: g45/hw-gfx-gma-gmch-hdmi.adb: Use GMCH_HDMI_MODE_SELECT_DVI

Nico Huber (Code Review) gerrit at coreboot.org
Wed Jun 6 13:04:58 CEST 2018


Nico Huber has submitted this change and it was merged. ( https://review.coreboot.org/26833 )

Change subject: g45/hw-gfx-gma-gmch-hdmi.adb: Use GMCH_HDMI_MODE_SELECT_DVI
......................................................................

g45/hw-gfx-gma-gmch-hdmi.adb: Use GMCH_HDMI_MODE_SELECT_DVI

With GMCH_HDMI_MODE_SELECT_HDMI set the controller will be sending
null packets during Vsync. This only works on displays supporting HDMI
operation, while GMCH_HDMI_MODE_SELECT_DVI ought to work on all
HDMI/DVI displays.

Change-Id: I75c669b913ef4d5494d78bed55f8e38bba0b0362
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
Reviewed-on: https://review.coreboot.org/26833
Reviewed-by: Nico Huber <nico.h at gmx.de>
---
M common/g45/hw-gfx-gma-gmch-hdmi.adb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Arthur Heymans: Verified
  Nico Huber: Looks good to me, approved



diff --git a/common/g45/hw-gfx-gma-gmch-hdmi.adb b/common/g45/hw-gfx-gma-gmch-hdmi.adb
index 4c84f36..3e34c52 100644
--- a/common/g45/hw-gfx-gma-gmch-hdmi.adb
+++ b/common/g45/hw-gfx-gma-gmch-hdmi.adb
@@ -66,7 +66,7 @@
           Mask_Set   => GMCH_HDMI_ENABLE or
                         GMCH_PORT_PIPE_SELECT (Pipe) or
                         GMCH_HDMI_SDVO_ENCODING_HDMI or
-                        GMCH_HDMI_MODE_SELECT_HDMI or
+                        GMCH_HDMI_MODE_SELECT_DVI or
                         Polarity);
    end On;
 

-- 
To view, visit https://review.coreboot.org/26833
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: libgfxinit
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I75c669b913ef4d5494d78bed55f8e38bba0b0362
Gerrit-Change-Number: 26833
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180606/3f417624/attachment.html>


More information about the coreboot-gerrit mailing list