summaryrefslogtreecommitdiff
path: root/tests/gem_sync.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-20igt: Replace 'all-engines' magic numbers with macroAntonio Argenziano1-10/+10
2018-02-23Iterate over physical enginesChris Wilson1-102/+21
2018-02-20igt/gem_sync: Exercise and measure idle requestsChris Wilson1-0/+41
2018-02-07lib: Move __gem_context_create to common ioctl wrapper library.Antonio Argenziano1-0/+1
2017-10-19lib/i915: Move submission related helpers to lib/i915/gem_submissionMichał Winiarski1-1/+1
2017-10-17lib/i915: Extract context priority setparam to a helperMichał Winiarski1-23/+4
2017-10-17lib/i915: Extract helpers for determining scheduler capabilitiesMichał Winiarski1-31/+3
2017-10-17lib: Extract helpers for determining submission methodMichał Winiarski1-30/+1
2017-09-29igt/gem_sync: Sync before starting the clockChris Wilson1-0/+3
2017-09-29igt/gem_sync: Add a preemption testChris Wilson1-0/+158
2017-07-06gem_sync: Add all and store_all subtestsTvrtko Ursulin1-0/+5
2017-05-18lib: Refactor testing for ability to use MI_STORE_DATA_IMMChris Wilson1-11/+5
2017-02-22igt: Start marking up GEM tests that require an alive GPU to functionChris Wilson1-0/+1
2017-02-04igt/gem_sync: Relax gen2 filteringChris Wilson1-6/+0
2017-02-03igt: Skip MI_STORE_DWORD_IMM on gen2Chris Wilson1-1/+7
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson1-8/+8
2016-10-18igt: Trim timeouts for basic GEM testsChris Wilson1-26/+26
2016-08-23Revert "tests/gem_sync: Skip basic-store-each sub-test on BDW."Chris Wilson1-7/+1
2016-07-25tests/gem_sync: Skip basic-store-each sub-test on BDW.Marius Vlad1-1/+7
2016-07-22lib/sysfs: Provide a convenience function for reading a boolChris Wilson1-13/+3
2016-07-22igt/gem_exec_nop: Display submission mechanismChris Wilson1-0/+41
2016-07-06igt/gem_sync: Fix uninitialised variable 'n'Chris Wilson1-1/+1
2016-07-05igt/gem_sync: Fix many_store() for printing out a single engineChris Wilson1-1/+3
2016-07-05igt/gem_sync: Try and race the bottom-halfChris Wilson1-8/+229
2016-07-04igt/gem_sync: Extend with store synchronisationChris Wilson1-0/+281
2016-06-17tests: Push igt_fork/stop_hang_detector into fixturesDaniel Vetter1-5/+6
2016-05-20igt/gem_sync: Drop individual engines from BATChris Wilson1-1/+1
2016-03-25igt/gem_sync: Add a basic test to wait upon a batch on all ringsChris Wilson1-24/+71
2016-03-25igt/gem: Add GPU hang detection to basic testsChris Wilson1-0/+4
2016-02-26igt/gem_sync: Enforce a timeout of 20sChris Wilson1-1/+1
2016-02-26igt/gem_sync: Test across all rings simultaneouslyChris Wilson1-6/+67
2016-02-26igt/gem_sync: Add some forked variantsChris Wilson1-30/+34
2016-01-27igt/gem_sync: Use common array of ringsChris Wilson1-16/+9
2016-01-27lib: Share common __gem_execbuf()Chris Wilson1-8/+0
2016-01-22lib: Refactor common detection of missed interruptsChris Wilson1-25/+2
2016-01-17tests: Add basic gem_sync testChris Wilson1-0/+160