Series: | drm/edid: constify EDID parsing, with fixes (rev3) |
URL: | https://patchwork.freedesktop.org/series/101883/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_22713/index.html |
CI Bug Log - changes from CI_DRM_11416 -> Patchwork_22713
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_22713/index.html
Participating hosts (42 -> 39)
Missing (3): fi-bsw-cyan shard-tglu fi-bdw-samus
Known issues
Here are the changes found in Patchwork_22713 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_basic@cs-gfx:
- fi-hsw-4770: NOTRUN -> SKIP (fdo#109271 / fdo#109315) +17 similar issues
-
igt@amdgpu/amd_basic@query-info:
- fi-bsw-kefka: NOTRUN -> SKIP (fdo#109271) +17 similar issues
-
igt@i915_selftest@live@hangcheck:
- fi-snb-2600: PASS -> INCOMPLETE (i915#3921)
-
igt@i915_selftest@live@late_gt_pm:
- fi-bsw-nick: PASS -> DMESG-FAIL (i915#2927 / i915#3428)
-
igt@runner@aborted:
- fi-bsw-nick: NOTRUN -> FAIL (fdo#109271 / i915#1436 / i915#3428 / i915#4312)
Possible fixes
-
igt@i915_pm_rps@basic-api:
- {fi-jsl-1}: DMESG-WARN -> PASS
-
igt@i915_selftest@live@execlists:
- fi-bsw-kefka: INCOMPLETE (i915#2940) -> PASS
-
igt@i915_selftest@live@gt_lrc:
- {bat-adlp-6}: INCOMPLETE -> PASS
-
igt@i915_selftest@live@gt_timelines:
- {bat-rpls-2}: DMESG-WARN (i915#4391) -> PASS
-
igt@i915_selftest@live@hangcheck:
-
fi-hsw-4770: INCOMPLETE (i915#4785) -> PASS
-
{fi-hsw-g3258}: INCOMPLETE (i915#3303 / i915#4785) -> PASS
-
{fi-ehl-2}: INCOMPLETE -> PASS
-
-
igt@i915_selftest@live@requests:
- {bat-rpls-2}: DMESG-FAIL (i915#5087) -> PASS
-
igt@i915_selftest@live@workarounds:
- {bat-adlp-6}: DMESG-WARN (i915#5068) -> PASS
-
igt@kms_busy@basic@flip:
-
{bat-dg2-9}: DMESG-WARN (i915#5291) -> PASS
-
{bat-adlp-6}: DMESG-WARN (i915#3576) -> PASS +2 similar issues
-
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
- Linux: CI_DRM_11416 -> Patchwork_22713
CI-20190529: 20190529
CI_DRM_11416: 1dc2c6953e2689a0e5b7cca8450da14059d35f03 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6399: 9ba6cb16f04319226383b57975db203561c75781 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_22713: f6e089502afbe834dabbd916eb1dd24d6978ca1b @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
f6e089502afb drm/edid: split drm_add_edid_modes() to two
f3ec750e7bc0 drm/edid: add more general struct edid constness in the interfaces
6f5a68ce1560 drm/edid: constify struct edid passed around in callbacks and closure
349d51d419f7 drm/edid: constify struct edid passed to detailed blocks
91ea7f66dc86 drm/edid: constify struct detailed_timing in parsing callbacks
f53280382ddd drm/edid: constify struct detailed_timing in lower level parsing
69216f7ba63f drm/edid: use struct detailed_timing member access in gtf2 functions
f12efd84c617 drm/edid: use struct detailed_timing member access in is_rb()
223c5965ca6f drm/edid: pass a timing pointer to is_detailed_timing_descriptor()
b22f653dbc5e drm/edid: pass a timing pointer to is_display_descriptor()
837379bc0347 drm/edid: fix reduced blanking support check
42edbd32ada4 drm/edid: don't modify EDID while parsing