Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/i915/xe3lpd: Extend WA 16023981245 for display 30.02

wa_16023981245 need to be extended for display version 30.02

Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Reviewed-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20250613193146.3549862-10-dnyaneshwar.bhadane@intel.com

authored by

Dnyaneshwar Bhadane and committed by
Matt Roper
8383bdca 9d10de78

+2 -1
+2 -1
drivers/gpu/drm/i915/display/intel_atomic_plane.c
··· 1085 1085 1086 1086 /* Wa_16023981245 */ 1087 1087 if ((DISPLAY_VERx100(display) == 2000 || 1088 - DISPLAY_VERx100(display) == 3000) && 1088 + DISPLAY_VERx100(display) == 3000 || 1089 + DISPLAY_VERx100(display) == 3002) && 1089 1090 src_x % 2 != 0) 1090 1091 hsub = 2; 1091 1092 } else {