Re: [Intel-gfx] [PATCH] igt/gem_userptr_blits: Fix multi-threaded mm stress tester

2014-07-24 Thread Gore, Tim
-Original Message- From: Tvrtko Ursulin [mailto:tvrtko.ursu...@linux.intel.com] Sent: Tuesday, July 22, 2014 11:15 AM To: Intel-gfx@lists.freedesktop.org Cc: Tvrtko Ursulin; Ursulin, Tvrtko; Gore, Tim Subject: [PATCH] igt/gem_userptr_blits: Fix multi-threaded mm stress tester Two

Re: [Intel-gfx] [PATCH] igt/gem_userptr_blits: Fix multi-threaded mm stress tester

2014-07-24 Thread Chris Wilson
On Thu, Jul 24, 2014 at 08:19:19AM +, Gore, Tim wrote: -Original Message- From: Tvrtko Ursulin [mailto:tvrtko.ursu...@linux.intel.com] Sent: Tuesday, July 22, 2014 11:15 AM To: Intel-gfx@lists.freedesktop.org Cc: Tvrtko Ursulin; Ursulin, Tvrtko; Gore, Tim Subject: [PATCH]

[Intel-gfx] [PATCH] igt/gem_userptr_blits: Fix multi-threaded mm stress tester

2014-07-22 Thread Tvrtko Ursulin
Two parts to the fix: 1. Do not use pthread_cancel since not available on Android. 2. Do not assert in the thread since that does not get propagated to the process. Rather pass out any failures so we know test did not work as expected. Signed-off-by: Tvrtko Ursulin

Re: [Intel-gfx] [PATCH] igt/gem_userptr_blits: Fix multi-threaded mm stress tester

2014-07-22 Thread Gore, Tim
Builds ok for Android now. I get an assert when I run it on MRD7/Gmin but This may be expected. I'll put it on my list of tests to look into. Tim -Original Message- From: Tvrtko Ursulin [mailto:tvrtko.ursu...@linux.intel.com] Sent: Tuesday, July 22, 2014 11:15 AM To: