diff options
author | Chris Wilson <[email protected]> | 2016-07-06 12:39:00 +0100 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2016-07-06 12:44:20 +0100 |
commit | 04171313cb25311acf82279284d722fed7b70d53 (patch) | |
tree | 314a2dc85967ed2a366f91f87b3545e4973d7428 /tools/perf/scripts/python | |
parent | 91c8a326a192117219d5b9b980244c3662e35404 (diff) |
drm/i915: Always double check for a missed interrupt for new bottom halves
After assigning ourselves as the new bottom-half, we must perform a
cursory check to prevent a missed interrupt. Either we miss the interrupt
whilst programming the hardware, or if there was a previous waiter (for
a later seqno) they may be woken instead of us (due to the inherent race
in the unlocked read of b->tasklet in the irq handler) and so we miss the
wake up.
Spotted-by: Tvrtko Ursulin <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96806
Fixes: 688e6c725816 ("drm/i915: Slaughter the thundering... herd")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Reviewed-by: Tvrtko Ursulin <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions