Skip to content
Commit cd961bb9 authored by Daniel Vetter's avatar Daniel Vetter Committed by Dave Airlie
Browse files

drm/mst: fix recursive sleep warning on qlock



With drm-next, we can get a backtrace from sleeping
with mutex detection.

this is due to the callback checking the txmsg state taking
the mutex, which can cause a sleep inside a sleep,

Daniel went over it and was happy we could drop this mutex
in this case.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 9a6f5130
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment