commit | 07c13bb78c8b8a9cb6ee169659528945038d5e85 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Thu Jun 14 09:29:22 2018 +0200 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Tue Jul 03 09:46:05 2018 +0200 |
tree | 25705151c707f97c7861e89e2b5aebbf92b14055 | |
parent | 08295b3b5beec9aac0f7a9db86f0fc3792039da3 [diff] |
drm: Change deadlock-avoidance algorithm for the modeset locks. For modeset locks we don't expect a high number of contending transactions so change algorithm from Wait-Die to Wound-Wait. Cc: dri-devel@lists.freedesktop.org Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Acked-by: Ingo Molnar <mingo@kernel.org>