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_seqno_wrap.c
Age
Commit message (
Expand
)
Author
2017-04-08
igt/gem_seqno_wrap: Teach to skip if i915_next_seqno is no long writable
Chris Wilson
2017-03-21
Restore "lib: Open debugfs files for the given DRM device"
Chris Wilson
2017-03-21
Revert "lib: Open debugfs files for the given DRM device"
Tomeu Vizoso
2017-03-21
lib: Open debugfs files for the given DRM device
Tomeu Vizoso
2016-11-24
igt/gem_seqno_wrap: Tidy assertion failure message for reading i915_next_seqno
Chris Wilson
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-05-15
lib: Add a user data pointer to the argument parsing functions
Damien Lespiau
2015-03-06
igt.cocci: Replace igt_assert() with igt_assert_CMP() where possible
Matt Roper
2015-02-25
lib: remove handled option arguments from argv
Thomas Wood
2015-02-13
lib/igt_aux: s/swap/igt_swap/
Daniel Vetter
2015-01-15
lib: remove unnecessary checks on the drm_open_any return value
Thomas Wood
2014-12-08
tests: Run lib/igt.cocci
Ville Syrjälä
2014-12-04
tests: add more test descriptions
Thomas Wood
2014-10-06
gem_seqno_wrap: Remove unused variable
Damien Lespiau
2014-10-02
tests: Sprinkle missing igt_exit() where needed.
Daniel Vetter
2014-08-29
igt/gem_seqno_wrap: Use debugfs singleton
Chris Wilson
2014-07-23
tests: convert simple tests to use igt_simple_init_parse_opts
Thomas Wood
2014-07-14
lib: Add argc/argv to igt_simple_init
Daniel Vetter
2014-06-16
intel-gpu-tools: remove the --cmd option from gem_seqno_wrap
Tim Gore
2014-06-13
tests: run igt.cocci
Daniel Vetter
2014-05-14
tests/gem_seqno_wrap: Replace control flow with asserts
Daniel Vetter
2014-03-23
lib: extract igt_aux.[hc]
Daniel Vetter
2014-03-22
lib: rename intel_gpu_tools.h to intel_io.h
Daniel Vetter
2014-03-22
lib: unnecessary header removal for drmtest.h, part 2
Daniel Vetter
2014-03-22
lib: unnecessary header removal for drmtest.h, part 1
Daniel Vetter
2014-03-22
lib/intel_batchbuffer: drop cpu_mapping from igt_buf
Daniel Vetter
2014-03-22
lib/intel_batchbuffer: igt_ prefix for rendercopy/mediafill funcs
Daniel Vetter
2014-03-22
lib/intel_batchbuffer: igt_ namespace for the buffer structure
Daniel Vetter
2014-03-22
lib: make rendercopy.h an internal header
Daniel Vetter
2014-03-13
lib: switch intel_copy_bo to directly take a size
Daniel Vetter
2014-02-13
tests/gem_seqno_wrap: use igt logging
Daniel Vetter
2014-02-11
tests/gem_seqno_wrap: fix over allocation of arrays
Thomas Wood
2013-12-10
tests: roll out igt_simple_init/igt_simple_main
Daniel Vetter
2013-11-27
rendercopy: Pass context to rendercopy functions
Ville Syrjälä
2013-08-19
lib/drmtest: igt_skip when drm_get_card fails
Daniel Vetter
2013-08-19
tests: roll out igt_require some more
Daniel Vetter
2013-08-19
lib/drmtest: rip out drm_open_any_master
Daniel Vetter
2013-08-13
tests: use igt_fail instead of exit(param != 0)
Daniel Vetter
2013-08-13
tests: s/exit(77)/igt_skip()/
Daniel Vetter
2013-08-13
tests: s/assert/igt_assert
Daniel Vetter
2013-08-12
s/drmtest_/igt_/
Daniel Vetter
2013-07-18
tests: Instrument gem_seqno_wrap to run in simulation
Damien Lespiau
2013-07-18
tests: Black list tests we don't want to run on simulation
Damien Lespiau
2013-04-11
tests/gem_seqno_wrap: verify debugfs write with readback
Mika Kuoppala
2013-01-08
tests/gem_seqno_wrap: skip if debugfs entry is not there
Mika Kuoppala
2012-12-21
tests/gem_seqno_wrap: adapt to new next_seqno debugfs interface
Mika Kuoppala
2012-12-16
tests/gem_seqno_wrap.c: include <signal.h> for definition of kill()
Alan Coopersmith
2012-12-13
tests/gem_seqno_wrap: dont sync when crossing half of seqno space
Mika Kuoppala
2012-12-04
tests: add gem_seqno_wrap
Mika Kuoppala