[Bug 104782] [CI] igt at kms_color@pipe-[abc]-*gamma - fail - CRC mismatch
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 16 10:08:39 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=104782
--- Comment #22 from Uma Shankar <uma.shankar at intel.com> ---
This is happening on ICL+ due to multi segmented gamma being enabled. Reason is
due to pipe roundup and interpolation, the crc values goes off and doesn't
match exactly. This results in the tests to fail, however this is expected and
no visual artifacts are observed.
This matched in 10 bit gamma cases, because the precision was slightly low and
hence 2 input values which though not equal got same result after LUT lookup
due to interpolation (slightly different inputs yielded same value on lookup).
However with multi segmented gamma, we have more precision and higher number of
samples. The exact same input values got mapped to different values on LUT
lookup. This caused crc's to mismatch.
There is no functional issue, and we may have to re-design the test methodology
to avoid relying on crc matches for these tests.
--
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/20190916/05550bc2/attachment.html>
More information about the intel-gfx-bugs
mailing list