[Intel-gfx] [PATCH i-g-t v4 0/4] Use C11 atomics
Guillaume Tucker
guillaume.tucker at collabora.com
Tue Jun 25 13:04:02 UTC 2019
On 25/06/2019 11:54, Ser, Simon wrote:
> On Mon, 2019-06-24 at 17:22 +0100, Guillaume Tucker wrote:
>> This series replaces calls to the __sync_* functions with the more
>> recent atomic_* ones defined in stdatomic.h in gem_create and
>> sw_sync. It also adds dependency on libatomic when required, that is
>> to say when the CPU architecture doesn't provide native support for
>> some atomic operations. This makes the tests more portable, in
>> particular for 32-bit MIPS which doesn't support 64-bit atomics.
>>
> Thanks for this series! Pushed:
>
> To gitlab.freedesktop.org:drm/igt-gpu-tools.git
> a6f5cc854efb..5eafa33dbdb1 master -> master
Awesome!
The patch I sent separately to enable MIPS in Gitlab CI should
now be ready to be pushed as well, I'll follow up on the other
thread.
Guillaume
More information about the Intel-gfx
mailing list