commit | 57a2a5db81c614ac84c300c200639c51f218fb8a | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Tue Oct 27 16:44:38 2020 -0700 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Nov 10 17:58:44 2020 +0000 |
tree | a1436b801e3896eb5b6951f9e62b6e6039afb54a | |
parent | 0d007349f910970ac14b20415fe76a84fd0f8fd5 [diff] |
freedreno: Drop fd_context_lock() and friends These were actually just wrappers for the screen->lock, left over from moving things around a long time ago. Lets drop them to make things more explicit (that we are locking the screen, not the context). Involves a bit of shuffling things around to untangle header deps, but no functional change. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7342>