diff options
author | Chris Wilson <[email protected]> | 2017-10-06 12:56:17 +0100 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2017-10-09 10:33:33 -0700 |
commit | b85577b72837ee8d9213e93d2c8b67ef78a47803 (patch) | |
tree | 9b4f720eca00a3661c42b80849408d24648e035e /tools/perf/util/trace-event-scripting.c | |
parent | de3ded0ae677749b4fc9f59d15b26b9f077340ac (diff) |
drm/i915: Order two completing nop_submit_request
If two nop's (requests in-flight following a wedged device) complete at
the same time, the global_seqno value written to the HWSP is undefined
as the two threads are not serialized.
v2: Use irqsafe spinlock. We expect the callback may be called from
inside another irq spinlock, so we can't unconditionally restore irqs.
Fixes: ce1135c7de64 ("drm/i915: Complete requests in nop_submit_request")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Reviewed-by: Tvrtko Ursulin <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 8d550824c6f52506754f11cb6be51aa153cc580d)
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions