Commit 104bcfae authored by John Harrison's avatar John Harrison Committed by Daniele Ceraolo Spurio
Browse files

drm/i915/arl: Enable Wa_14019159160 for ARL

parent d75dec1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ static u32 guc_ctl_wa_flags(struct intel_guc *guc)

	/* Wa_16019325821 */
	/* Wa_14019159160 */
	if (IS_GFX_GT_IP_RANGE(gt, IP_VER(12, 70), IP_VER(12, 71)))
	if (IS_GFX_GT_IP_RANGE(gt, IP_VER(12, 70), IP_VER(12, 74)))
		flags |= GUC_WA_RCS_CCS_SWITCHOUT;

	/*
+1 −1
Original line number Diff line number Diff line
@@ -850,7 +850,7 @@ static void guc_waklv_init(struct intel_guc *guc)
	remain = guc_ads_waklv_size(guc);

	/* Wa_14019159160 */
	if (IS_GFX_GT_IP_RANGE(gt, IP_VER(12, 70), IP_VER(12, 71)))
	if (IS_GFX_GT_IP_RANGE(gt, IP_VER(12, 70), IP_VER(12, 74)))
		guc_waklv_enable_simple(guc,
					GUC_WORKAROUND_KLV_SERIALIZED_RA_MODE,
					&offset, &remain);