From: Tvrtko Ursulin <tvrtko.ursu...@intel.com>

This reverts commit 08fff7aeddc9dd72161b4c8fc27fbab12b4b9352.

For some yet unexplained reason not having this improves stability of some
media workloads.

Promise is that the media hang will be root caused properly and in the
meantime absence of this workaround is unlikely to cause problems.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursu...@intel.com>
Cc: Sudeep Dutt <sudeep.d...@intel.com>
Cc: Francesco Balestrieri <francesco.balestri...@intel.com>
Cc: Mika Kuoppala <mika.kuopp...@linux.intel.com>
Cc: Tony Ye <tony...@intel.com>
---
 drivers/gpu/drm/i915/gt/intel_lrc.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.c 
b/drivers/gpu/drm/i915/gt/intel_lrc.c
index bd74b76c6403..2217c09ca227 100644
--- a/drivers/gpu/drm/i915/gt/intel_lrc.c
+++ b/drivers/gpu/drm/i915/gt/intel_lrc.c
@@ -1351,10 +1351,6 @@ static u64 execlists_update_context(struct i915_request 
*rq)
         */
        wmb();
 
-       /* Wa_1607138340:tgl */
-       if (IS_TGL_REVID(rq->i915, TGL_REVID_A0, TGL_REVID_A0))
-               desc |= CTX_DESC_FORCE_RESTORE;
-
        ce->lrc_desc &= ~CTX_DESC_FORCE_RESTORE;
        return desc;
 }
-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to