]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/i915/xe3p_lpd: Extend Wa_16025573575
authorGustavo Sousa <gustavo.sousa@intel.com>
Wed, 5 Nov 2025 14:07:00 +0000 (11:07 -0300)
committerGustavo Sousa <gustavo.sousa@intel.com>
Thu, 6 Nov 2025 21:22:59 +0000 (18:22 -0300)
Wa_16025573575 also applies to Xe3p_LPD, so let's include it in the IP
version checks.

Reviewed-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
Link: https://patch.msgid.link/20251103-xe3p_lpd-basic-enabling-v3-11-00e87b510ae7@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
drivers/gpu/drm/i915/display/intel_display_wa.c

index c528aaa679cacfcd0159e55dc56aa31175255b1e..e38e5e87877c29bcd9073497a9f08eb5ba9e7174 100644 (file)
@@ -49,7 +49,8 @@ void intel_display_wa_apply(struct intel_display *display)
  */
 static bool intel_display_needs_wa_16025573575(struct intel_display *display)
 {
-       return DISPLAY_VERx100(display) == 3000 || DISPLAY_VERx100(display) == 3002;
+       return DISPLAY_VERx100(display) == 3000 || DISPLAY_VERx100(display) == 3002 ||
+               DISPLAY_VERx100(display) == 3500;
 }
 
 /*