freedreno: convert screen lock to simple-mtx
The only thing we need missing from simple_mtx_t
is an _assert_locked()
for debug builds. The first patch adds that.
The second patch is mostly mechanical churn. The third patch makes the swap.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The only thing we need missing from simple_mtx_t
is an _assert_locked()
for debug builds. The first patch adds that.
The second patch is mostly mechanical churn. The third patch makes the swap.