Skip to content

freedreno: convert screen lock to simple-mtx

Rob Clark requested to merge robclark/mesa:wip/simple-mtx into master

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.

Merge request reports