summaryrefslogtreecommitdiff
path: root/tests/gem_seqno_wrap.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-19lib/drmtest: igt_skip when drm_get_card failsDaniel Vetter1-1/+0
2013-08-19tests: roll out igt_require some moreDaniel Vetter1-6/+1
2013-08-19lib/drmtest: rip out drm_open_any_masterDaniel Vetter1-1/+1
2013-08-13tests: use igt_fail instead of exit(param != 0)Daniel Vetter1-1/+1
2013-08-13tests: s/exit(77)/igt_skip()/Daniel Vetter1-1/+1
2013-08-13tests: s/assert/igt_assertDaniel Vetter1-34/+33
2013-08-12s/drmtest_/igt_/Daniel Vetter1-2/+2
2013-07-18tests: Instrument gem_seqno_wrap to run in simulationDamien Lespiau1-3/+1
2013-07-18tests: Black list tests we don't want to run on simulationDamien Lespiau1-0/+2
2013-04-11tests/gem_seqno_wrap: verify debugfs write with readbackMika Kuoppala1-0/+10
2013-01-08tests/gem_seqno_wrap: skip if debugfs entry is not thereMika Kuoppala1-14/+29
2012-12-21tests/gem_seqno_wrap: adapt to new next_seqno debugfs interfaceMika Kuoppala1-103/+114
2012-12-16tests/gem_seqno_wrap.c: include <signal.h> for definition of kill()Alan Coopersmith1-0/+1
2012-12-13tests/gem_seqno_wrap: dont sync when crossing half of seqno spaceMika Kuoppala1-45/+123
2012-12-04tests: add gem_seqno_wrapMika Kuoppala1-0/+567