[PATCH 2/2] drm/xe/xe2lpm: Add permanent wa_14020756599
Upadhyay, Tejas
tejas.upadhyay at intel.com
Fri Apr 26 12:15:25 UTC 2024
> -----Original Message-----
> From: Ghimiray, Himal Prasad <himal.prasad.ghimiray at intel.com>
> Sent: Friday, April 26, 2024 3:40 PM
> To: Upadhyay, Tejas <tejas.upadhyay at intel.com>; intel-
> xe at lists.freedesktop.org
> Cc: Roper, Matthew D <matthew.d.roper at intel.com>
> Subject: RE: [PATCH 2/2] drm/xe/xe2lpm: Add permanent wa_14020756599
>
>
>
> > -----Original Message-----
> > From: Upadhyay, Tejas <tejas.upadhyay at intel.com>
> > Sent: 26 April 2024 15:20
> > To: intel-xe at lists.freedesktop.org
> > Cc: Roper, Matthew D <matthew.d.roper at intel.com>; Ghimiray, Himal
> > Prasad <himal.prasad.ghimiray at intel.com>; Upadhyay, Tejas
> > <tejas.upadhyay at intel.com>
> > Subject: [PATCH 2/2] drm/xe/xe2lpm: Add permanent wa_14020756599
> >
> > For xe2_lpm Wa_14020756599 is applied to all steppings.
> >
> > Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
> > ---
> > drivers/gpu/drm/xe/xe_wa.c | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
> > index c75946e70d84..d692eb69f231 100644
> > --- a/drivers/gpu/drm/xe/xe_wa.c
> > +++ b/drivers/gpu/drm/xe/xe_wa.c
> > @@ -697,6 +697,12 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
> > XE_RTP_ACTIONS(SET(WM_CHICKEN3,
> > HIZ_PLANE_COMPRESSION_DIS))
> > },
> >
> > + /* Xe2_LPM */
> > + { XE_RTP_NAME("14020756599"),
> > + XE_RTP_RULES(GRAPHICS_VERSION(2000),
>
>
> It should be MEDIA_VERSION not GRAPHICS_VERSIONS.
Typo, thanks, I will change this in next version.
Tejas
>
>
> > ENGINE_CLASS(VIDEO_DECODE)),
> > + XE_RTP_ACTIONS(SET(WM_CHICKEN3,
> > HIZ_PLANE_COMPRESSION_DIS))
> > + },
> > +
> > {}
> > };
> >
> > --
> > 2.25.1
More information about the Intel-xe
mailing list