Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] i915/gem_create: Do not build create-clear for MIPS

2019-06-05 Thread Guillaume Tucker
On 03/04/2019 08:25, Guillaume Tucker wrote: > On 02/04/2019 09:35, Petri Latvala wrote: >> On Mon, Apr 01, 2019 at 04:39:24PM +0200, Guillaume Tucker wrote: >>> The MIPS architecture doesn't provide the hardware atomics that are >>> required for the "create-clear" sub-test such as >>> __sync_add_a

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] i915/gem_create: Do not build create-clear for MIPS

2019-04-03 Thread Guillaume Tucker
On 02/04/2019 09:35, Petri Latvala wrote: > On Mon, Apr 01, 2019 at 04:39:24PM +0200, Guillaume Tucker wrote: >> The MIPS architecture doesn't provide the hardware atomics that are >> required for the "create-clear" sub-test such as >> __sync_add_and_fetch(). As a simple and pragmatic solution, di

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] i915/gem_create: Do not build create-clear for MIPS

2019-04-02 Thread Petri Latvala
On Mon, Apr 01, 2019 at 04:39:24PM +0200, Guillaume Tucker wrote: > The MIPS architecture doesn't provide the hardware atomics that are > required for the "create-clear" sub-test such as > __sync_add_and_fetch(). As a simple and pragmatic solution, disable > this sub-test when building for MIPS.