File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 437
437
#define DIS_FIX_EOT1_FLUSH REG_BIT(9)
438
438
439
439
#define TDL_TSL_CHICKEN XE_REG_MCR(0xe4c4, XE_REG_OPTION_MASKED)
440
+ #define STK_ID_RESTRICT REG_BIT(12)
440
441
#define SLM_WMTP_RESTORE REG_BIT(11)
441
442
442
443
#define ROW_CHICKEN XE_REG_MCR(0xe4f0, XE_REG_OPTION_MASKED)
Original file line number Diff line number Diff line change @@ -542,6 +542,10 @@ static const struct xe_rtp_entry_sr engine_was[] = {
542
542
XE_RTP_RULES (GRAPHICS_VERSION (2001 ), ENGINE_CLASS (RENDER )),
543
543
XE_RTP_ACTIONS (SET (HALF_SLICE_CHICKEN7 , CLEAR_OPTIMIZATION_DISABLE ))
544
544
},
545
+ { XE_RTP_NAME ("14021821874" ),
546
+ XE_RTP_RULES (GRAPHICS_VERSION (2001 ), FUNC (xe_rtp_match_first_render_or_compute )),
547
+ XE_RTP_ACTIONS (SET (TDL_TSL_CHICKEN , STK_ID_RESTRICT ))
548
+ },
545
549
546
550
/* Xe2_LPM */
547
551
You can’t perform that action at this time.
0 commit comments