Skip to content

etnaviv: Resource sharing fixes

Marek Vasut requested to merge marex/mesa:resource_sharing into master

This fixes race conditions in etnaviv drm and gallium driver when sharing resources between two contexts from different threads. Often, these races corrupt the drm BO cache, so add valgrind support to make it easier to spot those.

Merge request reports