[Bug 100047] [IGT] [SKL/GLK/APL/BSW/IVB/KBL/HSW /BYT] kms_sysfs_edid_timing test assertion failure

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 10 06:58:35 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=100047

--- Comment #22 from Marta Löfstedt <marta.lofstedt at intel.com> ---
with Clintons V3 and:


--- a/tests/kms_sysfs_edid_timing.c
+++ b/tests/kms_sysfs_edid_timing.c
@@ -99,7 +99,7 @@ int main(int argc, char **argv)

                edid_size = read(fd_edid, edid, 512);
                threshold = THRESHOLD_PER_EDID_BLOCK * (edid_size / 128);
-               if (lspcon_present || (edid_size > 128 &&
+               if (lspcon_present || (edid_size >= 128 &&
                    !strncmp(de->d_name, "card0-HDMI", 10))) {
                        threshold *= HDMI_THRESHOLD_MULTIPLIER;
                }


the test pass

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170810/6bba19fb/attachment.html>


More information about the intel-gfx-bugs mailing list