summaryrefslogtreecommitdiff
path: root/lib/igt_dummyload.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-07lib/dummyload: Use -1 for all enginesChris Wilson1-1/+1
2017-09-07igt/gem_exec_schedule: Basic tests for preemptionChris Wilson1-5/+12
2017-09-06lib: Disable MI_STORE_DATA_IMM for gen3 (i915g and i915gm)Chris Wilson1-3/+10
2017-08-16lib/dummyload: Pad with a few nops so that we do not completely hog the systemChris Wilson1-2/+16
2017-05-17igt/gem_spin_batch: Avoid interleave throttle within open spin batchesChris Wilson1-17/+23
2017-04-22lib: spinning batches requires working GEM, so add the precheckChris Wilson1-0/+2
2017-03-27lib/dummyload: Handle timeout in a new thread instead of signal handlerAnder Conselvan de Oliveira1-39/+6
2017-02-27lib: Add basic support for valgrind annotations.Maarten Lankhorst1-2/+3
2017-01-27lib: Fix emission of MI_BB_START for gen3 and beforeChris Wilson1-2/+3
2017-01-19lib/dummyload: Prefer WC mmapsChris Wilson1-1/+5
2017-01-02lib: Mass conversion to to_user_pointer()Chris Wilson1-2/+2
2016-12-01lib/igt_dummyload: Don't clear a signal if we haven't installed the timeoutChris Wilson1-1/+2
2016-12-01lib/dummyload: Don't clear the same signal twiceChris Wilson1-1/+1
2016-12-01Revert "igt_dummyload: Don't clear handler for invalid signal"Chris Wilson1-3/+0
2016-12-01lib/dummyload: Clear the right signal afterwardsChris Wilson1-1/+1
2016-12-01igt_dummyload: Don't clear handler for invalid signalAbdiel Janulgue1-0/+3
2016-12-01igt_dummyload: clear signal handler on the desructor as wellAbdiel Janulgue1-4/+12
2016-11-29lib: add igt_dummyloadAbdiel Janulgue1-0/+284