tests/gem_(cpu|gtt)_concurrent_blit: Enable signals
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 29 Jun 2013 15:15:38 +0000 (16:15 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 29 Jun 2013 15:37:20 +0000 (16:37 +0100)
commit95426dc206eee75a7092bc6f00a53572892ba0e5
treee8b7716afc9bbb556fd9df50d6bbc7144d2ce34d
parentebfd01908f787876040a679fc7895828b23d268d
tests/gem_(cpu|gtt)_concurrent_blit: Enable signals

In order to exercise the bug behind:

commit 22fd5ca947b58901927d100d2b1aa0f1672b3435
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Fri Jun 28 16:54:08 2013 +0100

    drm/i915: Only clear write-domains after a successful wait-seqno

we need to check for concurrent access with the potential to be
interrupted by a signal. The framework for doing so is already in place,
so just enable it and repeat the tests for longer to give better chance
of being interrupted at just the wrong moment.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
tests/gem_cpu_concurrent_blit.c
tests/gem_gtt_concurrent_blit.c