mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
drm/xe/xe3_lpg: Apply Wa_16028005424
Applied Wa_16028005424 to Graphics version from 30.00 to 30.05 Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com> Link: https://patch.msgid.link/20251121100822.20076-2-balasubramani.vivekanandan@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
This commit is contained in:
parent
2e38c50ae4
commit
9d94c1cf6e
|
|
@ -90,6 +90,9 @@
|
|||
#define GUC_SEND_INTERRUPT XE_REG(0xc4c8)
|
||||
#define GUC_SEND_TRIGGER REG_BIT(0)
|
||||
|
||||
#define GUC_INTR_CHICKEN XE_REG(0xc50c)
|
||||
#define DISABLE_SIGNALING_ENGINES REG_BIT(1)
|
||||
|
||||
#define GUC_BCS_RCS_IER XE_REG(0xc550)
|
||||
#define GUC_VCS2_VCS1_IER XE_REG(0xc554)
|
||||
#define GUC_WD_VECS_IER XE_REG(0xc558)
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include "regs/xe_engine_regs.h"
|
||||
#include "regs/xe_gt_regs.h"
|
||||
#include "regs/xe_guc_regs.h"
|
||||
#include "regs/xe_regs.h"
|
||||
#include "xe_device_types.h"
|
||||
#include "xe_force_wake.h"
|
||||
|
|
@ -323,6 +324,10 @@ static const struct xe_rtp_entry_sr gt_was[] = {
|
|||
XE_RTP_ACTIONS(SET(VDBOX_CGCTL3F10(0), RAMDFTUNIT_CLKGATE_DIS)),
|
||||
XE_RTP_ENTRY_FLAG(FOREACH_ENGINE),
|
||||
},
|
||||
{ XE_RTP_NAME("16028005424"),
|
||||
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3005)),
|
||||
XE_RTP_ACTIONS(SET(GUC_INTR_CHICKEN, DISABLE_SIGNALING_ENGINES))
|
||||
},
|
||||
};
|
||||
|
||||
static const struct xe_rtp_entry_sr engine_was[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user