aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorTakashi Iwai <[email protected]>2022-08-04 09:58:23 +0200
committerThomas Zimmermann <[email protected]>2022-08-10 10:06:20 +0200
commitacd45c56790a3b558b0b0081678a20b0a0d89b0f (patch)
tree8a9a3c72e96d8f932c7fe3d0b72383eafa518323 /tools/perf/scripts/python/libxed.py
parent504a51d70f86e3b989ca8834691bbac4033b6f48 (diff)
drm/udl: Replace semaphore with a simple wait queue
UDL driver uses a semaphore for controlling the emptiness of FIFO in a slightly funky way. This patch replaces it with a wait queue and controls the emptiness with the standard wait_event*() macro instead, which is a more straightforward implementation. While we are at it, drop the dead code for delayed semaphore down, too. Tested-by: Thomas Zimmermann <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions