summaryrefslogtreecommitdiff
path: root/tests/gem_fence_thrash.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-01lib: Provide an accelerated routine for readback from WCChris Wilson1-61/+2
2017-10-09igt/gem_fence_thrash: Use streaming reads for verifyChris Wilson1-15/+107
2017-09-08build: Nuke #ifdef HAVE_CONFIG_H cargo-cultDaniel Vetter1-2/+0
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä1-4/+3
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä1-2/+2
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä1-1/+1
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-1/+1
2015-08-21lib: add a single include headerThomas Wood1-2/+1
2015-06-23igt/gem_fence_thrash: Reduce memory usageDerek Morton1-3/+8
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-2/+2
2014-11-04ioctl_wrappers: Pass in offset to CPU mmapsChris Wilson1-1/+1
2014-05-14tests: sprinkle igt loggingDaniel Vetter1-3/+3
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter1-1/+1
2014-03-22tests|lib: remove assert.h includesDaniel Vetter1-16/+16
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