Skip to content

Commit 8ce9c3c

Browse files
NitinGotegregkh
authored andcommitted
drm/xe/xe3lpg: Extend Wa_15016589081 for xe3lpg
commit 240372e upstream. Wa_15016589081 applies to Xe3_LPG renderCS Signed-off-by: Nitin Gote <nitin.r.gote@intel.com> Link: https://patch.msgid.link/20251106100516.318863-2-nitin.r.gote@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com> (cherry picked from commit 7159744) Cc: stable@vger.kernel.org # v6.16+ Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c805d47 commit 8ce9c3c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/gpu/drm/xe/xe_wa.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,11 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
883883
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3003), ENGINE_CLASS(RENDER)),
884884
XE_RTP_ACTIONS(SET(COMMON_SLICE_CHICKEN4, SBE_PUSH_CONSTANT_BEHIND_FIX_ENABLE))
885885
},
886+
{ XE_RTP_NAME("15016589081"),
887+
XE_RTP_RULES(GRAPHICS_VERSION(3000), GRAPHICS_STEP(A0, B0),
888+
ENGINE_CLASS(RENDER)),
889+
XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
890+
},
886891
};
887892

888893
static __maybe_unused const struct xe_rtp_entry oob_was[] = {

0 commit comments

Comments
 (0)