<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - [IGT] [SKL/GLK/APL/BSW/IVB/KBL/HSW /BYT] kms_sysfs_edid_timing test assertion failure"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100047#c22">Comment # 22</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - [IGT] [SKL/GLK/APL/BSW/IVB/KBL/HSW /BYT] kms_sysfs_edid_timing test assertion failure"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100047">bug 100047</a>
from <span class="vcard"><a class="email" href="mailto:marta.lofstedt@intel.com" title="Marta Löfstedt <marta.lofstedt@intel.com>"> <span class="fn">Marta Löfstedt</span></a>
</span></b>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>