index
:
igt-gpu-tools.git
master
patchseet_v24
patchseet_v25
vm-bind
DRM IGT GPU Tools
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gem_fence_thrash.c
Age
Commit message (
Expand
)
Author
2018-03-01
lib: Provide an accelerated routine for readback from WC
Chris Wilson
2017-10-09
igt/gem_fence_thrash: Use streaming reads for verify
Chris Wilson
2017-09-08
build: Nuke #ifdef HAVE_CONFIG_H cargo-cult
Daniel Vetter
2015-10-12
Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()
Ville Syrjälä
2015-10-09
Make gem_mmap__{cpu,gtt,wc}() assert on failure
Ville Syrjälä
2015-10-09
s/gem_mmap/gem_mmap__gtt/
Ville Syrjälä
2015-09-11
convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocci
Micah Fedke
2015-08-21
lib: add a single include header
Thomas Wood
2015-06-23
igt/gem_fence_thrash: Reduce memory usage
Derek Morton
2015-03-06
igt.cocci: Replace igt_assert() with igt_assert_CMP() where possible
Matt Roper
2014-11-04
ioctl_wrappers: Pass in offset to CPU mmaps
Chris Wilson
2014-05-14
tests: sprinkle igt logging
Daniel Vetter
2014-03-22
lib: unnecessary header removal for drmtest.h, part 1
Daniel Vetter
2014-03-22
tests|lib: remove assert.h includes
Daniel Vetter
2013-11-01
lib: add igt_main macro
Daniel Vetter
2013-09-25
tests: use igt_assert/igt_require more
Daniel Vetter
2013-09-03
lib/drmtest: include sys/mman.h from drmtest.h
Daniel Vetter
2013-08-14
tests: use igt_exit() consistently with subtests
Daniel Vetter
2013-08-13
tests: use igt_fail instead of exit(param != 0)
Daniel Vetter
2013-08-13
tests: s/assert/igt_assert
Daniel Vetter
2013-08-12
s/drmtest_/igt_/
Daniel Vetter
2013-08-12
s/drmtest_subtest_block/drmtest_subtest/
Daniel Vetter
2013-08-12
lib/drmtest: Add drmtest_subtest_block macro
Daniel Vetter
2013-07-18
tests: Black list tests we don't want to run on simulation
Damien Lespiau
2013-04-09
tests: Use gem_available_fences()
Ville Syrjälä
2013-04-08
tests/gem_fence_trash: make threaded tests more through-rough
Daniel Vetter
2013-03-27
gem_fence_thrash: Fix array allocation size for LP64 systems
Chris Wilson
2013-03-27
tests: add write-verify test to gem_fence_thrash
Mika Kuoppala
2013-03-04
build: Guard the inclusions of config.h with HAVE_CONFIG_H
Damien Lespiau
2012-03-24
tests/gem_fence_thrash: make some good use of drmtest helpers
Daniel Vetter
2012-03-14
configure: Add AC_SYS_LARGEFILE for mmap64 support on 64-bit
Chris Wilson
2012-01-10
lib/drmtest: extract gem_set_domain and gem_sync
Daniel Vetter
2012-01-08
Fix pthread compiler flags to work on Solaris and with Studio compiler
Alan Coopersmith
2012-01-08
Use sched_yield instead of pthread_yield
Alan Coopersmith
2011-10-15
tests/gem_fence_trash: some retuning
Daniel Vetter
2009-09-01
Add gem_fence_thrash test
Chris Wilson