[coreboot-gerrit] Patch merged into coreboot/master: edid: add hdmi_monitor_detected in data struct edid

gerrit at coreboot.org gerrit at coreboot.org
Tue Nov 10 14:09:55 CET 2015


the following patch was just integrated into master:
commit 85810cce503403cb67596717b4f4d1c2a180f214
Author: Yakir Yang <ykk at rock-chips.com>
Date:   Tue Oct 27 16:17:13 2015 +0800

    edid: add hdmi_monitor_detected in data struct edid
    
    HDMI driver need to know whether the monitor is DVI
    or HDMI interface, so this commit just introduce a
    new number 'hdmi_monitor_detected' to struct edid.
    
    There were four bits to indicate the monitor interfaces,
    it's better to take use of that. But those bits only
    existed in EDID 1.4 version, but didn't persented in
    the previous EDID version, so I decided to detect the
    hdmi cea block.
    
    BRANCH=none
    BUG=chrome-os-partner:43789
    TEST=When mickey connect with HDMI monitor, see 'hdmi_monitor_detected' is 'true'.
         When mickey connect with DVI monitor, see 'hdmi_monitor_detected' is 'false'.
    
    Change-Id: I1a4f1410e1cce1474ffae858db161a18578cac3a
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 409f041805d9fdff2d49faa1a3a262cf4dc609c2
    Original-Change-Id: Ife770898b0f2b4f58b8259711101a0cab4a5e4ac
    Original-Signed-off-by: Yakir Yang <ykk at rock-chips.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/309055
    Original-Tested-by: David Hendricks <dhendrix at chromium.org>
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
    Reviewed-on: http://review.coreboot.org/12345
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


See http://review.coreboot.org/12345 for details.

-gerrit



More information about the coreboot-gerrit mailing list