Skip to content

Commit 03a2dc8

Browse files
nmkwanrodrigovivi
authored andcommitted
drm/xe/xe2lpm: Extend Wa_16021639441
Wa_16021639441 applies to Xe2_LPM. Signed-off-by: Ngai-Mint Kwan <[email protected]> Reviewed-by: Matt Roper <[email protected]> Signed-off-by: Matt Roper <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit 74e3076) Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent 27cb2b7 commit 03a2dc8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

drivers/gpu/drm/xe/xe_wa.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,16 @@ static const struct xe_rtp_entry_sr engine_was[] = {
539539
XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
540540
},
541541

542+
/* Xe2_LPM */
543+
544+
{ XE_RTP_NAME("16021639441"),
545+
XE_RTP_RULES(MEDIA_VERSION(2000)),
546+
XE_RTP_ACTIONS(SET(CSFE_CHICKEN1(0),
547+
GHWSP_CSB_REPORT_DIS |
548+
PPHWSP_CSB_AND_TIMESTAMP_REPORT_DIS,
549+
XE_RTP_ACTION_FLAG(ENGINE_BASE)))
550+
},
551+
542552
/* Xe2_HPM */
543553

544554
{ XE_RTP_NAME("16021639441"),

0 commit comments

Comments
 (0)