summaryrefslogtreecommitdiff
path: root/tests/gem_close_race.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-12tests/gem_close_race: Wait for work to complete before terminating testAntonio Argenziano1-0/+4
2018-02-23igt: Use lib gem_execbuf where possibleAntonio Argenziano1-2/+1
2017-10-18tests: Clean up igt_skip_on_simulation() usesArkadiusz Hiler1-2/+0
2017-02-22igt: Start marking up GEM tests that require an alive GPU to functionChris Wilson1-0/+1
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson1-3/+3
2016-10-18igt: Trim timeouts for basic GEM testsChris Wilson1-1/+1
2016-06-21igt/gem_close_race: Complete conversion to drm_open_driver()Chris Wilson1-5/+5
2016-06-17tests/gem_close_race: Use drm_open_driver helperDaniel Vetter1-3/+1
2016-05-12lib/igt_aux: Polish docs for igt_timeoutDaniel Vetter1-1/+1
2016-04-26tests/gem_close_race: Add igt_fixture block for igt_stop_hang_detector.marius vlad1-1/+2
2016-04-25igt/gem_close_race: Restore threads test to BAT statusChris Wilson1-1/+1
2016-04-22igt/gem_close_race: Import the scratchChris Wilson1-15/+10
2016-04-22igt/gem_close_race: Avoid using threads, use signals insteadChris Wilson1-105/+61
2016-04-21tests/gem_close_race: Remove basic-threads from BAT.Marius Vlad1-1/+1
2016-04-20igt/gem_close_race: BatifyChris Wilson1-44/+58
2015-08-21lib: add a single include headerThomas Wood1-3/+1
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-1/+1
2014-07-12igt/gem_close_race: Increase GPU loadChris Wilson1-20/+24
2014-07-11igt/gem_close_race: Trim object sizeChris Wilson1-5/+5
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter1-1/+2
2014-02-11tests/gem_close_race: Properly wrap init code in fixturesDaniel Vetter1-3/+6
2014-01-29igt/gem_close_race: Fix blit commands for BDWChris Wilson1-15/+26
2013-12-13tests/gem_close_race: Adapt the test for Full PPGTTOscar Mateo1-2/+2
2013-11-01lib: add igt_main macroDaniel Vetter1-4/+1
2013-10-29gem_close_race: Also test random closing of active fdChris Wilson1-10/+137
2013-10-29gem_close_race: Bump the workloadChris Wilson1-5/+7
2013-10-29gem_close_race: Tidy up call to execbufferChris Wilson1-22/+13
2013-10-28tests: Add gem_close_raceChris Wilson1-0/+148