mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 18:22:00 -04:00
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
This commit is contained in:
committed by
Matt Roper
parent
9d10de78a3
commit
8383bdca54
@@ -1085,7 +1085,8 @@ int intel_plane_check_src_coordinates(struct intel_plane_state *plane_state)
|
||||
|
||||
/* Wa_16023981245 */
|
||||
if ((DISPLAY_VERx100(display) == 2000 ||
|
||||
DISPLAY_VERx100(display) == 3000) &&
|
||||
DISPLAY_VERx100(display) == 3000 ||
|
||||
DISPLAY_VERx100(display) == 3002) &&
|
||||
src_x % 2 != 0)
|
||||
hsub = 2;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user