commit | cd961bb9eebb630452f49dcbf3e5f0059428614a | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel@ffwll.ch> | Wed Jan 28 10:02:23 2015 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Tue Mar 10 13:44:31 2015 +1000 |
tree | db28d46862007f363a1a88873e5ead3147baf38b | |
parent | 9a6f5130143c17b91e0a3cbf5cc2d8c1e5a80a63 [diff] |
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: Dave Airlie <airlied@redhat.com>