File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 500
500
#define LSC_L1_FLUSH_CTL_3D_DATAPORT_FLUSH_EVENTS_MASK REG_GENMASK(13, 11)
501
501
#define DIS_ATOMIC_CHAINING_TYPED_WRITES REG_BIT(3)
502
502
503
+ #define TDL_CHICKEN XE_REG_MCR(0xe5f4, XE_REG_OPTION_MASKED)
504
+ #define QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE REG_BIT(12)
505
+
503
506
#define LSC_CHICKEN_BIT_0 XE_REG_MCR(0xe7c8)
504
507
#define DISABLE_D8_D16_COASLESCE REG_BIT(30)
505
508
#define WR_REQ_CHAINING_DIS REG_BIT(26)
Original file line number Diff line number Diff line change @@ -613,6 +613,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
613
613
XE_RTP_ACTIONS (FIELD_SET (SAMPLER_MODE , SMP_WAIT_FETCH_MERGING_COUNTER ,
614
614
SMP_FORCE_128B_OVERFETCH ))
615
615
},
616
+ { XE_RTP_NAME ("14023061436" ),
617
+ XE_RTP_RULES (GRAPHICS_VERSION_RANGE (3000 , 3001 ),
618
+ FUNC (xe_rtp_match_first_render_or_compute )),
619
+ XE_RTP_ACTIONS (SET (TDL_CHICKEN , QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE ))
620
+ },
616
621
617
622
{}
618
623
};
You can’t perform that action at this time.
0 commit comments