diff options
author | Chris Wilson <[email protected]> | 2018-11-02 16:12:12 +0000 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2018-11-19 17:16:44 +0000 |
commit | fb6f0b64e455b207a636346588e65bf9598d30eb (patch) | |
tree | 624fc138521ce6070fe0c23a71e589fc32b50aa9 /scripts/bpf_helpers_doc.py | |
parent | 31579ba22c0c5b7645087823904a5780d2385d4a (diff) |
drm/i915: Prevent machine hang from Broxton's vtd w/a and error capture
Since capturing the error state requires fiddling around with the GGTT
to read arbitrary buffers and is itself run under stop_machine(), it
deadlocks the machine (effectively a hard hang) when run in conjunction
with Broxton's VTd workaround to serialize GGTT access.
v2: Store the ERR_PTR in first_error so that the error can be reported
to the user via sysfs.
v3: Mention the quirk in dmesg (using info as per usual)
Fixes: 0ef34ad6222a ("drm/i915: Serialize GTT/Aperture accesses on BXT")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Jon Bloomfield <[email protected]>
Cc: John Harrison <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Daniel Vetter <[email protected]>
Reviewed-by: Joonas Lahtinen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions