> -----Original Message----- > From: Bhatia, Aradhya <aradhya.bhatia@xxxxxxxxx> > Sent: Monday, September 30, 2024 5:36 PM > To: Vivi, Rodrigo <rodrigo.vivi@xxxxxxxxx>; Maarten Lankhorst > <maarten.lankhorst@xxxxxxxxxxxxxxx>; Maxime Ripard > <mripard@xxxxxxxxxx>; Thomas Zimmermann <tzimmermann@xxxxxxx>; > David Airlie <airlied@xxxxxxxxx>; Simona Vetter <simona@xxxxxxxx> > Cc: Intel XE List <intel-xe@xxxxxxxxxxxxxxxxxxxxx>; DRI Devel List <dri- > devel@xxxxxxxxxxxxxxxxxxxxx>; Linux Kernel List <linux- > kernel@xxxxxxxxxxxxxxx>; Jani Nikula <jani.nikula@xxxxxxxxxxxxxxx>; Roper, > Matthew D <matthew.d.roper@xxxxxxxxx>; Upadhyay, Tejas > <tejas.upadhyay@xxxxxxxxx>; Ghimiray, Himal Prasad > <himal.prasad.ghimiray@xxxxxxxxx>; Sousa, Gustavo > <gustavo.sousa@xxxxxxxxx>; Bhatia, Aradhya <aradhya.bhatia@xxxxxxxxx> > Subject: [PATCH] drm/xe/xe2lpg: Add WA 15016589081 We can say, extend WA 15016589081 to xe2_lpg > > Add workaround (wa) 15016589081 which applies to Xe2_v3_LPG_MD. > > 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@xxxxxxxxx> > --- > 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)) > + }, Change LGTM, If CI results are ok, you can add, Reviewed-by: Tejas Upadhyay <tejas.upadhyay@xxxxxxxxx> > > /* Xe2_HPG */ > { XE_RTP_NAME("15010599737"), > > base-commit: 0c8650b09a365f4a31fca1d1d1e9d99c56071128 > -- > 2.34.1