Commit 9d94c1cf authored by Balasubramani Vivekanandan's avatar Balasubramani Vivekanandan Committed by Matt Roper
Browse files

drm/xe/xe3_lpg: Apply Wa_16028005424

parent 2e38c50a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)
+5 −0
Original line number Diff line number Diff line
@@ -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[] = {