File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 480
480
#define TDL_TSL_CHICKEN XE_REG_MCR(0xe4c4, XE_REG_OPTION_MASKED)
481
481
#define STK_ID_RESTRICT REG_BIT(12)
482
482
#define SLM_WMTP_RESTORE REG_BIT(11)
483
+ #define RES_CHK_SPR_DIS REG_BIT(6)
483
484
484
485
#define ROW_CHICKEN XE_REG_MCR(0xe4f0, XE_REG_OPTION_MASKED)
485
486
#define UGM_BACKUP_MODE REG_BIT(13)
Original file line number Diff line number Diff line change @@ -619,6 +619,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
619
619
FUNC (xe_rtp_match_first_render_or_compute )),
620
620
XE_RTP_ACTIONS (SET (TDL_CHICKEN , QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE ))
621
621
},
622
+ { XE_RTP_NAME ("13012615864" ),
623
+ XE_RTP_RULES (GRAPHICS_VERSION_RANGE (3000 , 3001 ),
624
+ FUNC (xe_rtp_match_first_render_or_compute )),
625
+ XE_RTP_ACTIONS (SET (TDL_TSL_CHICKEN , RES_CHK_SPR_DIS ))
626
+ },
622
627
623
628
{}
624
629
};
You can’t perform that action at this time.
0 commit comments