]> Git Repo - linux.git/commit
drm/i915: Disable atomics in L3 for gen9
authorChris Wilson <[email protected]>
Mon, 25 Jan 2021 22:01:52 +0000 (22:01 +0000)
committerRodrigo Vivi <[email protected]>
Mon, 8 Feb 2021 21:56:53 +0000 (16:56 -0500)
commit58586680ffadc37636120d9f59955aa5f7a32b7d
tree4b7668efb07d27c111622b750ec9df028aa722d0
parent29d88083d6ff697cedf918efd927d2dfff0bf9c4
drm/i915: Disable atomics in L3 for gen9

Enabling atomic operations in L3 leads to unrecoverable GPU hangs, as
the machine stops responding milliseconds after receipt of the reset
request [GDRT]. By disabling the cached atomics, the hang do not occur
and we presume the GPU would reset normally for similar hangs.

Sadly this is a shotgun approach, but since the impact is critical it is
better to err on the safe side and work back from there.

Reported-by: Jason Ekstrand <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110998
Signed-off-by: Chris Wilson <[email protected]>
Cc: Jason Ekstrand <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Cc: [email protected]
(cherry picked from commit b267c7ae0ad5b437b068f46919b17f85000154b4)
Signed-off-by: Rodrigo Vivi <[email protected]>
drivers/gpu/drm/i915/gt/intel_workarounds.c
drivers/gpu/drm/i915/i915_reg.h
This page took 0.074948 seconds and 4 git commands to generate.