Skip to content

etnaviv/drm: switch to simple mtx

Christian Gmeiner requested to merge austriancoder/mesa:drm-simple-mtx into master

We do not need the full blown pthread mutex and simple_mtx full fills all our requirements.

Merge request reports