git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a6f513
)
drm/mst: fix recursive sleep warning on qlock
author
Daniel Vetter
<daniel@ffwll.ch>
Wed, 28 Jan 2015 09:02:23 +0000
(10:02 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 10 Mar 2015 03:44:31 +0000
(13:44 +1000)
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>
No differences found