Skip to content

Commit

Permalink
drm/i915/tgl: Add note about Wa_1607063988
Browse files Browse the repository at this point in the history
This issue workaround in Wa_1607063988 has the same fix as
Wa_1607138336, so just adding a note in the code.

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200227220101.321671-6-jose.souza@intel.com
  • Loading branch information
José Roberto de Souza committed Mar 2, 2020
1 parent e2049b4 commit d55204d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drivers/gpu/drm/i915/gt/intel_workarounds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,10 @@ rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
GEN9_CS_DEBUG_MODE1,
FF_DOP_CLOCK_GATE_DISABLE);

/* Wa_1607138336:tgl */
/*
* Wa_1607138336:tgl
* Wa_1607063988:tgl
*/
wa_write_or(wal,
GEN9_CTX_PREEMPT_REG,
GEN12_DISABLE_POSH_BUSY_FF_DOP_CG);
Expand Down

0 comments on commit d55204d

Please sign in to comment.