summaryrefslogtreecommitdiff
path: root/tests/gem_fence_thrash.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-01lib: add igt_main macroDaniel Vetter1-5/+1
2013-09-25tests: use igt_assert/igt_require moreDaniel Vetter1-10/+6
2013-09-03lib/drmtest: include sys/mman.h from drmtest.hDaniel Vetter1-1/+0
2013-08-14tests: use igt_exit() consistently with subtestsDaniel Vetter1-1/+1
2013-08-13tests: use igt_fail instead of exit(param != 0)Daniel Vetter1-2/+2
2013-08-13tests: s/assert/igt_assertDaniel Vetter1-6/+5
2013-08-12s/drmtest_/igt_/Daniel Vetter1-9/+9
2013-08-12s/drmtest_subtest_block/drmtest_subtest/Daniel Vetter1-7/+7
2013-08-12lib/drmtest: Add drmtest_subtest_block macroDaniel Vetter1-7/+7
2013-07-18tests: Black list tests we don't want to run on simulationDamien Lespiau1-0/+1
2013-04-09tests: Use gem_available_fences()Ville Syrjälä1-6/+2
2013-04-08tests/gem_fence_trash: make threaded tests more through-roughDaniel Vetter1-3/+20
2013-03-27gem_fence_thrash: Fix array allocation size for LP64 systemsChris Wilson1-3/+4
2013-03-27tests: add write-verify test to gem_fence_thrashMika Kuoppala1-19/+126
2013-03-04build: Guard the inclusions of config.h with HAVE_CONFIG_HDamien Lespiau1-0/+2
2012-03-24tests/gem_fence_thrash: make some good use of drmtest helpersDaniel Vetter1-28/+6
2012-03-14configure: Add AC_SYS_LARGEFILE for mmap64 support on 64-bitChris Wilson1-0/+1
2012-01-10lib/drmtest: extract gem_set_domain and gem_syncDaniel Vetter1-7/+1
2012-01-08Fix pthread compiler flags to work on Solaris and with Studio compilerAlan Coopersmith1-1/+1
2012-01-08Use sched_yield instead of pthread_yieldAlan Coopersmith1-1/+1
2011-10-15tests/gem_fence_trash: some retuningDaniel Vetter1-6/+4
2009-09-01Add gem_fence_thrash testChris Wilson1-0/+148