[PATCH 9/9] drm/i915/xe3lpd: Extend WA 16023981245 for display 30.02

Pottumuttu, Sai Teja sai.teja.pottumuttu at intel.com
Mon Jun 9 06:53:32 UTC 2025


On 07-06-2025 01:21, Dnyaneshwar Bhadane wrote:
> wa_16023981245 need to be exteded for display version 30.02
> 
> Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane at intel.com>

Just a typo, should be 'extended' in commit message, other than that

LGTM,
Reviewed-by: Sai Teja Pottumuttu <sai.teja.pottumuttu at intel.com>

> ---
>   drivers/gpu/drm/i915/display/intel_atomic_plane.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_atomic_plane.c b/drivers/gpu/drm/i915/display/intel_atomic_plane.c
> index 15ede7678636..e0336c79c294 100644
> --- a/drivers/gpu/drm/i915/display/intel_atomic_plane.c
> +++ b/drivers/gpu/drm/i915/display/intel_atomic_plane.c
> @@ -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 {


More information about the Intel-xe mailing list