Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert" <linux@treblig.org>
To: Aradhya Bhatia <aradhya.bhatia@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	Intel XE List <intel-xe@lists.freedesktop.org>,
	DRI Devel List <dri-devel@lists.freedesktop.org>,
	Linux Kernel List <linux-kernel@vger.kernel.org>,
	Jani Nikula <jani.nikula@linux.intel.com>,
	Matt Roper <matthew.d.roper@intel.com>,
	Tejas Upadhyay <tejas.upadhyay@intel.com>,
	Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>,
	Gustavo Sousa <gustavo.sousa@intel.com>
Subject: Re: [PATCH] drm/xe/xe2lpg: Add WA 15016589081
Date: Mon, 30 Sep 2024 12:33:17 +0000	[thread overview]
Message-ID: <ZvqajY_bLH_eULv5@gallifrey> (raw)
In-Reply-To: <20240930120602.1720218-1-aradhya.bhatia@intel.com>

* Aradhya Bhatia (aradhya.bhatia@intel.com) wrote:
> Add workaround (wa) 15016589081 which applies to Xe2_v3_LPG_MD.

It would be great in this type of patch if you could
briefly say what symptom it fixes;  Some people might not know what
WA 15016589081  does.

Dave

> Xe2_v3_LPG_MD is a Lunar Lake platform with GFX version: 20.04.
> This wa is type: permanent, and hence is applicable on all steppings.
> 
> Signed-off-by: Aradhya Bhatia <aradhya.bhatia@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_wa.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
> index 22c148b1e996..2f9cde4b7d45 100644
> --- a/drivers/gpu/drm/xe/xe_wa.c
> +++ b/drivers/gpu/drm/xe/xe_wa.c
> @@ -710,6 +710,10 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
>  			     DIS_PARTIAL_AUTOSTRIP |
>  			     DIS_AUTOSTRIP))
>  	},
> +	{ XE_RTP_NAME("15016589081"),
> +	  XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
> +	  XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
> +	},
>  
>  	/* Xe2_HPG */
>  	{ XE_RTP_NAME("15010599737"),
> 
> base-commit: 0c8650b09a365f4a31fca1d1d1e9d99c56071128
> -- 
> 2.34.1
> 
> 
-- 
 -----Open up your eyes, open up your mind, open up your code -------   
/ Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \ 
\        dave @ treblig.org |                               | In Hex /
 \ _________________________|_____ http://www.treblig.org   |_______/

  reply	other threads:[~2024-09-30 12:52 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-30 12:06 [PATCH] drm/xe/xe2lpg: Add WA 15016589081 Aradhya Bhatia
2024-09-30 12:33 ` Dr. David Alan Gilbert [this message]
2024-09-30 13:18 ` Upadhyay, Tejas
2024-09-30 13:21 ` Upadhyay, Tejas
2024-09-30 14:05 ` ✓ CI.Patch_applied: success for " Patchwork
2024-09-30 14:05 ` ✓ CI.checkpatch: " Patchwork
2024-09-30 14:06 ` ✓ CI.KUnit: " Patchwork
2024-09-30 14:18 ` ✓ CI.Build: " Patchwork
2024-09-30 14:20 ` ✓ CI.Hooks: " Patchwork
2024-09-30 14:22 ` ✓ CI.checksparse: " Patchwork
2024-09-30 14:40 ` ✓ CI.BAT: " Patchwork
2024-09-30 17:53 ` ✗ CI.FULL: failure " Patchwork
2024-10-09  5:00 ` ✓ CI.Patch_applied: success for drm/xe/xe2lpg: Add WA 15016589081 (rev2) Patchwork
2024-10-09  5:00 ` ✓ CI.checkpatch: " Patchwork
2024-10-09  5:02 ` ✓ CI.KUnit: " Patchwork
2024-10-09  5:19 ` ✓ CI.Build: " Patchwork
2024-10-09  5:21 ` ✓ CI.Hooks: " Patchwork
2024-10-09  5:22 ` ✓ CI.checksparse: " Patchwork
2024-10-09  6:01 ` ✓ CI.BAT: " Patchwork
2024-10-09 10:55 ` ✗ 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=ZvqajY_bLH_eULv5@gallifrey \
    --to=linux@treblig.org \
    --cc=airlied@gmail.com \
    --cc=aradhya.bhatia@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gustavo.sousa@intel.com \
    --cc=himal.prasad.ghimiray@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=matthew.d.roper@intel.com \
    --cc=mripard@kernel.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=simona@ffwll.ch \
    --cc=tejas.upadhyay@intel.com \
    --cc=tzimmermann@suse.de \
    /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