Skip to content
Snippets Groups Projects
Commit 8a47cc9e authored by Christian König's avatar Christian König Committed by Dave Airlie
Browse files

drm/radeon: rework locking ring emission mutex in fence deadlock detection v2


Some callers illegal called fence_wait_next/empty
while holding the ring emission mutex. So don't
relock the mutex in that cases, and move the actual
locking into the fence code.

v2: Don't try to unlock the mutex if it isn't locked.

Signed-off-by: default avatarChristian König <deathsimple@vodafone.de>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 3b7a2b24
No related branches found
No related tags found
No related merge requests found
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