Series: | drm/i915/fbc: More FBC refactoring (rev3) |
URL: | https://patchwork.freedesktop.org/series/97239/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21690/index.html |
CI Bug Log - changes from CI_DRM_10934 -> Patchwork_21690
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21690/index.html
Participating hosts (41 -> 32)
Missing (9): fi-kbl-soraka bat-dg1-6 fi-tgl-u2 bat-dg1-5 bat-adlp-6 bat-adlp-4 fi-bdw-samus bat-jsl-2 bat-jsl-1
Known issues
Here are the changes found in Patchwork_21690 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_cs_nop@sync-fork-compute0:
- fi-snb-2600: NOTRUN -> SKIP (fdo#109271) +17 similar issues
-
igt@gem_exec_suspend@basic-s3:
-
igt@gem_flink_basic@bad-flink:
-
igt@i915_selftest@live@gt_engines:
- fi-rkl-guc: PASS -> INCOMPLETE (i915#4432)
-
igt@i915_selftest@live@gt_lrc:
- fi-rkl-11600: PASS -> DMESG-FAIL (i915#2373)
-
igt@kms_frontbuffer_tracking@basic:
- fi-cml-u2: PASS -> DMESG-WARN (i915#4269)
-
igt@runner@aborted:
Possible fixes
-
igt@gem_exec_suspend@basic-s3:
-
igt@i915_selftest@live@gt_pm:
- {fi-jsl-1}: DMESG-FAIL (i915#1886) -> PASS
-
igt@i915_selftest@live@hangcheck:
-
{fi-jsl-1}: DMESG-FAIL -> PASS
-
fi-snb-2600: INCOMPLETE (i915#3921) -> PASS
-
{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_10934 -> Patchwork_21690
CI-20190529: 20190529
CI_DRM_10934: 6a8f90ec433e2f5de5fc16d7a4839771b7027cc0 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6293: bf11f87c27ad1cec3e60bd31c23080d19aa093f3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21690: 5076f20a6bda76f23a1b2e87dc4c4f32bd32eeed @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
5076f20a6bda drm/i915/fbc: Pimp the FBC debugfs output
65cdebed3462 drm/i915/fbc: No FBC+double wide pipe
c8fe1882d435 drm/i915/fbc: s/parms/fbc_state/
c63d4fbb2cac drm/i915/fbc: Move plane pointer into intel_fbc_state
160889a06c69 drm/i915/fbc: Nuke state_cache
d0e5f415b54b drm/i915/fbc: Disable FBC fully on FIFO underrun
5023c9d56830 drm/i915/fbc: Move stuff from intel_fbc_can_enable() into intel_fbc_check_plane()
39f3617ba35b drm/i915/fbc: Allocate intel_fbc dynamically
aac0390be0a4 drm/i915/fbc: Introduce intel_fbc_add_plane()
b9d51c6c3959 drm/i915/fbc: Move FBC debugfs stuff into intel_fbc.c
01c5bd8f3273 drm/i915/fbc: Pass i915 instead of FBC instance to FBC underrun stuff
88636ab19217 drm/i915/fbc: Flatten __intel_fbc_pre_update()
fa1855f35110 drm/i915/fbc: Track FBC usage per-plane
61bff1141b24 drm/i915/fbc: Pass around FBC instance instead of crtc
1acf585d8f7a drm/i915/fbc: Reuse the same struct for the cache and params
54eed564808c drm/i915/fbc: Nuke more FBC state
9f5b6931ea18 drm/i915/fbc: Relocate intel_fbc_override_cfb_stride()
d34c28935927 drm/i915/fbc: Nuke lots of crap from intel_fbc_state_cache
d3fce6e917a0 drm/i915/fbc: Pass whole plane state to intel_fbc_min_limit()
ecef8578b004 drm/i915/fbc: Eliminate racy intel_fbc_is_active() usage