[Mesa-dev] [PATCH 1/4] i965: Drop bogus pthread_mutex_unlock in map_gtt error path.

Chris Wilson chris at chris-wilson.co.uk
Wed Jul 12 09:17:14 UTC 2017


Quoting Kenneth Graunke (2017-07-12 08:22:22)
> The locking was supposed to go away in commit 314647c4c206917ec01b7
> (i965: Drop global bufmgr lock from brw_bo_map_* functions.), but
> this lone unlock remains.
> 
> I'm guessing I messed this up when splitting up Chris's patch.

My apologies for not noticing! I appear to have fixed it in a rebase and
so it disappeared from my tree.

Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>

Doing a quick grep on the remaining bufmgr->lock shows that we are now
only locking around the global hash tables.
-Chris


More information about the mesa-dev mailing list