Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Vivekanandan, Balasubramani" <balasubramani.vivekanandan@intel.com>
To: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>,
	<intel-xe@lists.freedesktop.org>
Subject: Re: [PATCH 9/9] drm/i915/xe3lpd: Extend WA 16023981245 for display 30.02
Date: Mon, 9 Jun 2025 12:48:18 +0530	[thread overview]
Message-ID: <aEaKuotfceheCnFJ@bvivekan-mob1> (raw)
In-Reply-To: <20250606195104.1771715-10-dnyaneshwar.bhadane@intel.com>

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@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) &&
You can simply the check to `DISPLAY_VER(display) == 30`

Regards,
Bala
>  		     src_x % 2 != 0)
>  			hsub = 2;
>  	} else {
> -- 
> 2.34.1
> 

  parent reply	other threads:[~2025-06-09  7:18 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-06 19:50 [PATCH 0/9] Add WildCat Lake support Dnyaneshwar Bhadane
2025-06-06 19:50 ` [PATCH 1/9] drm/i915/xe3lpd: Add support for display version 30.02 Dnyaneshwar Bhadane
2025-06-09 14:36   ` Matt Roper
2025-06-06 19:50 ` [PATCH 2/9] drm/xe/xe3: Add support for graphics IP version 30.03 Dnyaneshwar Bhadane
2025-06-09  7:00   ` Vivekanandan, Balasubramani
2025-06-11 14:31     ` Bhadane, Dnyaneshwar
2025-06-06 19:50 ` [PATCH 3/9] drm/xe/xe3: Add support for media IP version 30.02 Dnyaneshwar Bhadane
2025-06-09  7:11   ` Vivekanandan, Balasubramani
2025-06-06 19:50 ` [PATCH v2 4/9] drm/i915/xe3lpd: Update bandwidth parameters for display " Dnyaneshwar Bhadane
2025-06-09 17:13   ` Gustavo Sousa
2025-06-06 19:51 ` [PATCH 5/9] drm/i915: Set max cdclk for display 30.02 Dnyaneshwar Bhadane
2025-06-06 19:51 ` [PATCH 6/9] drm/xe: Add Wildcat Lake device IDs to PTL list Dnyaneshwar Bhadane
2025-06-06 19:51 ` [PATCH 7/9] drm/i915/xe3lpd: Extend DMC path for display version 30.02 Dnyaneshwar Bhadane
2025-06-06 19:51 ` [PATCH 8/9] drm/i915/wcl: C10 phy connected to port A and B Dnyaneshwar Bhadane
2025-06-09 15:05   ` Matt Roper
2025-06-10 13:49     ` Bhadane, Dnyaneshwar
2025-06-10 15:13       ` Matt Roper
2025-06-10 16:31         ` Taylor, Clinton A
2025-06-10 16:53           ` Matt Roper
2025-06-16 16:45             ` Bhadane, Dnyaneshwar
2025-06-06 19:51 ` [PATCH 9/9] drm/i915/xe3lpd: Extend WA 16023981245 for display 30.02 Dnyaneshwar Bhadane
2025-06-09  6:53   ` Pottumuttu, Sai Teja
2025-06-09  7:18   ` Vivekanandan, Balasubramani [this message]
2025-06-09  8:21     ` Bhadane, Dnyaneshwar
2025-06-09 15:09       ` Matt Roper
2025-06-09 16:01         ` Bhadane, Dnyaneshwar
2025-06-06 20:27 ` ✓ CI.Patch_applied: success for Add WildCat Lake support (rev3) Patchwork
2025-06-06 20:28 ` ✓ CI.checkpatch: " Patchwork
2025-06-06 20:29 ` ✓ CI.KUnit: " Patchwork
2025-06-06 20:39 ` ✓ CI.Build: " Patchwork
2025-06-06 20:42 ` ✓ CI.Hooks: " Patchwork
2025-06-06 20:44 ` ✗ CI.checksparse: warning " Patchwork
2025-06-06 21:28 ` ✓ Xe.CI.BAT: success " Patchwork
2025-06-09  4:15 ` ✗ Xe.CI.Full: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aEaKuotfceheCnFJ@bvivekan-mob1 \
    --to=balasubramani.vivekanandan@intel.com \
    --cc=dnyaneshwar.bhadane@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox