[Bug 110228] [cfl] GPU hang when running UE4Editor
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jul 20 13:00:16 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=110228
--- Comment #36 from Jason Ekstrand <jason at jlekstrand.net> ---
>From Chris Wilson:
diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c
b/drivers/gpu/drm/i915/g
t/intel_workarounds.c
index 704ace01e7f5..890a3bcfacea 100644
--- a/drivers/gpu/drm/i915/gt/intel_workarounds.c
+++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c
@@ -667,6 +667,10 @@ gen9_gt_workarounds_init(struct drm_i915_private *i915,
stru
ct i915_wa_list *wal
MMCD_PCLA | MMCD_HOTSPOT_EN);
}
+ wa_write_masked_or(wal, _MMIO(0xb008), BIT(0), 0);
+ wa_write_masked_or(wal, _MMIO(0xb118), BIT(22), 0);
+ wa_write_masked_or(wal, _MMIO(0xb11c), BIT(8), 0);
+
/* WaDisableHDCInvalidation:skl,bxt,kbl,cfl */
wa_write_or(wal,
GAM_ECOCHK,
Assuming none of those registers are protected, we should be able to do that
from userspace and disable the L3$ for just atomics.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190720/b0139716/attachment.html>
More information about the intel-3d-bugs
mailing list