Commit bb0f2e05 authored by Lucas De Marchi's avatar Lucas De Marchi Committed by Rodrigo Vivi
Browse files

drm/xe/guc: Port Wa_16011777198 to xe_wa

parent 57a148d6
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -158,10 +158,7 @@ static u32 guc_ctl_wa_flags(struct xe_guc *guc)
	if (GRAPHICS_VERx100(xe) < 1270)
		flags |= GUC_WA_PRE_PARSER;

	/* Wa_16011777198 */
	if (IS_SUBPLATFORM_STEP(xe, XE_DG2, XE_SUBPLATFORM_DG2_G10, STEP_A0, STEP_C0) ||
	    IS_SUBPLATFORM_STEP(xe, XE_DG2, XE_SUBPLATFORM_DG2_G11, STEP_A0,
				STEP_B0))
	if (XE_WA(gt, 16011777198))
		flags |= GUC_WA_RCS_RESET_BEFORE_RC6;

	/*
+2 −0
Original line number Diff line number Diff line
@@ -2,3 +2,5 @@
16011759253	SUBPLATFORM(DG2, G10), GRAPHICS_STEP(A0, B0)
22011391025	PLATFORM(DG2)
14012197797	PLATFORM(DG2), GRAPHICS_STEP(A0, B0)
16011777198	SUBPLATFORM(DG2, G10), GRAPHICS_STEP(A0, C0)
		SUBPLATFORM(DG2, G11), GRAPHICS_STEP(A0, B0)