Pushed, thanks!
Marek
On Thu, Nov 28, 2019 at 12:56 AM Jonathan Gray wrote:
> pthread_mutex_unlock() when unlocked is documented by posix as
> being undefined behaviour. On OpenBSD pthread_mutex_unlock() will call
> abort(3) if this happens.
>
> This occurs in amdgpu_winsys_create() after
> cb
pthread_mutex_unlock() when unlocked is documented by posix as
being undefined behaviour. On OpenBSD pthread_mutex_unlock() will call
abort(3) if this happens.
This occurs in amdgpu_winsys_create() after
cb446dc0fa5c68f681108f4613560543aa4cf553
winsys/amdgpu: Add amdgpu_screen_winsys
Signed-off-