Series: | drm/i915/fbc: More FBC refactoring |
URL: | https://patchwork.freedesktop.org/series/97239/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21674/index.html |
CI Bug Log - changes from CI_DRM_10923 -> Patchwork_21674
Summary
FAILURE
Serious unknown changes coming with Patchwork_21674 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_21674, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21674/index.html
Participating hosts (39 -> 34)
Additional (2): fi-skl-guc fi-tgl-u2
Missing (7): bat-dg1-6 bat-dg1-5 fi-bsw-cyan bat-adlp-6 bat-jsl-2 bat-jsl-1 fi-skl-6600u
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_21674:
IGT changes
Possible regressions
-
igt@kms_frontbuffer_tracking@basic:
Warnings
- igt@kms_frontbuffer_tracking@basic:
- fi-elk-e7500: SKIP (fdo#109271) -> FAIL
Known issues
Here are the changes found in Patchwork_21674 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_basic@cs-gfx:
- fi-rkl-guc: NOTRUN -> SKIP (fdo#109315) +17 similar issues
-
igt@core_hotunplug@unbind-rebind:
- fi-tgl-u2: NOTRUN -> INCOMPLETE (i915#4006)
-
igt@gem_huc_copy@huc-copy:
-
igt@gem_lmem_swapping@basic:
- fi-skl-guc: NOTRUN -> SKIP (fdo#109271 / i915#4613) +3 similar issues
-
igt@gem_lmem_swapping@verify-random:
-
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@kms_chamelium@dp-crc-fast:
- fi-skl-guc: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@kms_chamelium@dp-hpd-fast:
- fi-tgl-u2: NOTRUN -> SKIP (fdo#109284 / fdo#111827) +8 similar issues
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
-
fi-skl-guc: NOTRUN -> SKIP (fdo#109271) +28 similar issues
-
-
igt@kms_force_connector_basic@force-load-detect:
- fi-tgl-u2: NOTRUN -> SKIP (fdo#109285)
-
igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
- fi-skl-guc: NOTRUN -> SKIP (fdo#109271 / i915#533)
-
igt@prime_vgem@basic-userptr:
-
igt@runner@aborted:
Possible fixes
-
igt@i915_selftest@live@gt_engines:
- fi-rkl-guc: INCOMPLETE (i915#4432) -> PASS
-
igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b:
- fi-cfl-8109u: DMESG-WARN (i915#295) -> PASS +12 similar issues
Build changes
- Linux: CI_DRM_10923 -> Patchwork_21674
CI-20190529: 20190529
CI_DRM_10923: 9884a105da0c9d4513b67b3d89ceb9a7086bb972 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6288: a5ac2c3e67bc9a9c8d3f440a0324ee2c5d49eb49 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21674: 3d901c6ba4e251d07ee94f629fdb2f8d219d01df @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
3d901c6ba4e2 drm/i915/fbc: Pimp the FBC debugfs output
a70975006ff0 drm/i915/fbc: No FBC+double wide pipe
dac670cc9e0d drm/i915/fbc: s/parms/fbc_state/
33c7b45b4f46 drm/i915/fbc: Move plane pointer into intel_fbc_state
af74b495dd54 drm/i915/fbc: Nuke state_cache
e0bd9ec2a43d drm/i915/fbc: Disable FBC fully on FIFO underrun
c6c6f9f8c3f8 drm/i915/fbc: Move stuff from intel_fbc_can_enable() into intel_fbc_check_plane()
da0902427db7 drm/i915/fbc: Allocate intel_fbc dynamically
c62767b59742 drm/i915/fbc: Introduce intel_fbc_add_plane()
5f0b99188755 drm/i915/fbc: Move FBC debugfs stuff into intel_fbc.c
277d0981c162 drm/i915/fbc: Pass i915 instead of FBC instance to FBC underrun stuff
850242482fdc drm/i915/fbc: Flatten __intel_fbc_pre_update()
8611830ea672 drm/i915/fbc: Track FBC usage per-plane
31e06105aefc drm/i915/fbc: Pass around FBC instance instead of crtc
eddfad2b1288 drm/i915/fbc: Reuse the same struct for the cache and params
6d32c9dc060d drm/i915/fbc: Nuke more FBC state
d39a6774d015 drm/i915/fbc: Relocate intel_fbc_override_cfb_stride()
766554ded9a6 drm/i915/fbc: Nuke lots of crap from intel_fbc_state_cache
af7d3467e59a drm/i915/fbc: Pass whole plane state to intel_fbc_min_limit()
daf75ef5fa24 drm/i915/fbc: Eliminate racy intel_fbc_is_active() usage