[Bug 100047] [IGT][CI] kms_sysfs_edid_timing test Failed assertion: mean.mean < (THRESHOLD_TOTAL * 1e6)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 12 12:31:58 UTC 2019


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

--- Comment #54 from Petri Latvala <petri.latvala at intel.com> ---
The test is checking that an EDID read can be completed under a selected time
limit. The problem is that whatever the selected time limit is, it's going to
be incorrect for some configurations.

The time for reading the EDID can be different based on the presence of
external encoders (LSPCON), topology of the cabling, .........

We could apply heuristics for setting proper time limits by checking the
configuration and so on, but that's basically rewriting the kernel code in IGT
and we really want to test for the behaviour instead.

The end goal of this kind of testing is to test that the time to read the EDID
does not _regress_ on this-and-that configuration, and the comparison to be
done is the time the read took on another occasion on the exact same hardware
and configuration. In other words, a performance test.

The above is the discussion outcome Marta referenced in comment #51.

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


More information about the intel-gfx-bugs mailing list