Series: | drm/i915/tc: Align the ADLP TypeC sequences with bspec (rev2) |
URL: | https://patchwork.freedesktop.org/series/115556/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_115556v2/index.html |
CI Bug Log - changes from CI_DRM_12946 -> Patchwork_115556v2
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_115556v2/index.html
Participating hosts (37 -> 36)
Missing (1): fi-snb-2520m
Known issues
Here are the changes found in Patchwork_115556v2 that come from known issues:
IGT changes
Issues hit
-
igt@gem_exec_suspend@basic-s3@smem:
-
igt@i915_pm_rps@basic-api:
-
igt@i915_selftest@live@slpc:
- bat-rpls-1: NOTRUN -> DMESG-FAIL (i915#6367 / i915#7996)
-
igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1:
Possible fixes
- igt@i915_selftest@live@hangcheck:
- bat-rpls-1: INCOMPLETE (i915#4983) -> PASS
Build changes
- Linux: CI_DRM_12946 -> Patchwork_115556v2
CI-20190529: 20190529
CI_DRM_12946: 1a734c75a7bbe1169d90a9fb2b24b0345926a769 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7230: f0485204004305dd3ee8f8bbbb9c552e53a4e050 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_115556v2: 1a734c75a7bbe1169d90a9fb2b24b0345926a769 @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
3c93475626c2 drm/i915: Remove the encoder update_prepare()/complete() hooks
ca15a7e7a9d4 drm/i915: Remove TC PHY disconnect workaround
4185ab0e6892 drm/i915: Disable DPLLs before disconnecting the TC PHY
fae8d0b1cf92 drm/i915: Move shared DPLL disabling into CRTC disable hook
79a45db7e9dd drm/i915/adlp/tc: Align the connect/disconnect PHY sequence with bspec
78c0f45572dd drm/i915/tc: Don't connect the PHY in intel_tc_port_connected()
9926c7d714e5 drm/i915/tc: Get power ref for reading the HPD live status register
a7d86cff6b3e drm/i915/adlp/tc: Use the DE HPD ISR register for hotplug detection
99081eed7b64 drm/i915/tc: Add TC PHY hook to init the PHY
b44cdebf0cc8 drm/i915/tc: Add asserts in TC PHY hooks that the required power is on
ac10099cf980 drm/i915/tc: Add TC PHY hook to get the TC-cold blocking power domain
4075b8b916fc drm/i915/tc: Drop tc_cold_block()/unblock()'s power domain parameter
4e0ab7beec0b drm/i915/tc: Remove redundant wakeref=0 check from unblock_tc_cold()
503915b10ebc drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooks
c77b67394815 drm/i915/tc: Check TC mode instead of the VBT legacy flag
046e8c6d8418 drm/i915/tc: Fix up the legacy VBT flag only in disconnected mode
7e61d39c4bf1 drm/i915/tc: Add TC PHY hooks to connect/disconnect the PHY
83233c38655d drm/i915/tc: Factor out tc_phy_verify_legacy_or_dp_alt_mode()
0fcdaddf498c drm/i915/tc: Add generic TC PHY connect/disconnect handlers
997fd5dc34d8 drm/i915/tc: Add TC PHY hook to read out the PHY HW state
8727d89e3eaa drm/i915/tc: Add TC PHY hooks to get the PHY ready/owned state
1de8737356b0 drm/i915/tc: Add TC PHY hook to get the PHY HPD live status
b2d9b3e64cd3 drm/i915/tc: Move the intel_tc_port struct declaration to intel_tc.c
f1e7687a8914 drm/i915/tc: Check for TC PHY explicitly in intel_tc_port_fia_max_lane_count()
80b8c0a77baf drm/i915/tc: Move TC port fields to a new intel_tc_port struct
7ead8c41fc10 drm/i915/tc: Use the tc_phy prefix for all TC PHY functions
c69a8f2d2505 drm/i915/tc: Rename tc_phy_status_complete() to tc_phy_is_ready()
e3969075f318 drm/i915/tc: Use the adlp prefix for ADLP TC PHY functions
c765afd259da drm/i915/tc: Group the TC PHY setup/query functions per platform