Commit dc6798a5 authored by Swathi Dhanavanthri's avatar Swathi Dhanavanthri Committed by José Roberto de Souza
Browse files

drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanent

parent dc98f50f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1729,10 +1729,11 @@ rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
			     GEN6_RC_SLEEP_PSMI_CONTROL,
			     GEN12_WAIT_FOR_EVENT_POWER_DOWN_DISABLE |
			     GEN8_RC_SEMA_IDLE_MSG_DISABLE);
	}

	if (IS_TGL_U(i915) || IS_TGL_Y(i915)) {
		/* Wa_1606700617:tgl */
		/*
		 * Wa_1606700617:tgl
		 * Wa_22010271021:tgl,rkl
		 */
		wa_masked_en(wal,
			     GEN9_CS_DEBUG_MODE1,
			     FF_DOP_CLOCK_GATE_DISABLE);