From: Gustavo Sousa Date: Thu, 22 Jan 2026 12:37:07 +0000 (-0300) Subject: drm/i915/cdclk: Extend Wa_13012396614 to Xe3p_LPD X-Git-Tag: v7.1-rc1~167^2~24^2~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34c52c79276994453f866202ba5b66d3cf472adb;p=thirdparty%2Flinux.git drm/i915/cdclk: Extend Wa_13012396614 to Xe3p_LPD Xe3p_LPD also needs Wa_13012396614. Update the conditions for that workaround accordingly. Signed-off-by: Gustavo Sousa Reviewed-by: Mika Kahola Link: https://patch.msgid.link/20260122-wa_13012396614-xe3p_lpd-v1-1-39d34a3a5b77@intel.com Signed-off-by: Matt Roper --- diff --git a/drivers/gpu/drm/i915/display/intel_display_wa.c b/drivers/gpu/drm/i915/display/intel_display_wa.c index 86a6cc45b6aba..2eb4af62d5568 100644 --- a/drivers/gpu/drm/i915/display/intel_display_wa.c +++ b/drivers/gpu/drm/i915/display/intel_display_wa.c @@ -71,7 +71,8 @@ bool __intel_display_wa(struct intel_display *display, enum intel_display_wa wa, { switch (wa) { case INTEL_DISPLAY_WA_13012396614: - return DISPLAY_VERx100(display) == 3000; + return DISPLAY_VERx100(display) == 3000 || + DISPLAY_VERx100(display) == 3500; case INTEL_DISPLAY_WA_14011503117: return DISPLAY_VER(display) == 13; case INTEL_DISPLAY_WA_14025769978: