✓ Fi.CI.BAT: success for drm/i915/hdcp: Fix IS_METEORLAKE usage for HDCP line rekeying

2024-05-26 Thread Patchwork
== Series Details == Series: drm/i915/hdcp: Fix IS_METEORLAKE usage for HDCP line rekeying URL : https://patchwork.freedesktop.org/series/134059/ State : success == Summary == CI Bug Log - changes from CI_DRM_14818 -> Patchwork_134059v1 Sum

[PATCH] drm/i915/hdcp: Fix IS_METEORLAKE usage for HDCP line rekeying

2024-05-26 Thread Suraj Kandpal
Replace IS_METEORLAKE usage with a more appropriate macro. While we are at it also add the stepping restrictions for other platforms. Fixes: 6a3691ca4799 ("drm/i915/hdcp: Disable HDCP Line Rekeying for HDCP2.2 on HDMI") Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/i915/display/intel_hdcp.c

[PATCH v2 12/21] drm/i915/dp: Use check link state work in the detect handler

2024-05-26 Thread gareth . yu
A bad link in MST is not retrained. Please also consider MST. The issue ticket is https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10902. if (intel_dp->is_mst) { /* * If we are in MST mode then this connector * won't appear connecte