summaryrefslogtreecommitdiff
path: root/tests/gem_fence_thrash.c
AgeCommit message (Expand)Author
2017-10-09igt/gem_fence_thrash: Use streaming reads for verifyChris Wilson
2017-09-08build: Nuke #ifdef HAVE_CONFIG_H cargo-cultDaniel Vetter
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke
2015-08-21lib: add a single include headerThomas Wood
2015-06-23igt/gem_fence_thrash: Reduce memory usageDerek Morton
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper
2014-11-04ioctl_wrappers: Pass in offset to CPU mmapsChris Wilson
2014-05-14tests: sprinkle igt loggingDaniel Vetter
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter
2014-03-22tests|lib: remove assert.h includesDaniel Vetter
2013-11-01lib: add igt_main macroDaniel Vetter
2013-09-25tests: use igt_assert/igt_require moreDaniel Vetter
2013-09-03lib/drmtest: include sys/mman.h from drmtest.hDaniel Vetter
2013-08-14tests: use igt_exit() consistently with subtestsDaniel Vetter
2013-08-13tests: use igt_fail instead of exit(param != 0)Daniel Vetter
2013-08-13tests: s/assert/igt_assertDaniel Vetter
2013-08-12s/drmtest_/igt_/Daniel Vetter
2013-08-12s/drmtest_subtest_block/drmtest_subtest/Daniel Vetter
2013-08-12lib/drmtest: Add drmtest_subtest_block macroDaniel Vetter
2013-07-18tests: Black list tests we don't want to run on simulationDamien Lespiau
2013-04-09tests: Use gem_available_fences()Ville Syrjälä
2013-04-08tests/gem_fence_trash: make threaded tests more through-roughDaniel Vetter
2013-03-27gem_fence_thrash: Fix array allocation size for LP64 systemsChris Wilson
2013-03-27tests: add write-verify test to gem_fence_thrashMika Kuoppala
2013-03-04build: Guard the inclusions of config.h with HAVE_CONFIG_HDamien Lespiau
2012-03-24tests/gem_fence_thrash: make some good use of drmtest helpersDaniel Vetter
2012-03-14configure: Add AC_SYS_LARGEFILE for mmap64 support on 64-bitChris Wilson
2012-01-10lib/drmtest: extract gem_set_domain and gem_syncDaniel Vetter
2012-01-08Fix pthread compiler flags to work on Solaris and with Studio compilerAlan Coopersmith
2012-01-08Use sched_yield instead of pthread_yieldAlan Coopersmith
2011-10-15tests/gem_fence_trash: some retuningDaniel Vetter
2009-09-01Add gem_fence_thrash testChris Wilson