summaryrefslogtreecommitdiff
path: root/tests/gem_exec_nop.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-06lib: Convert spin batch constructor to a factoryChris Wilson1-1/+3
2018-06-20igt/gem_exec_nop: Drip feed nopsChris Wilson1-4/+142
2018-03-20igt: Replace 'all-engines' magic numbers with macroAntonio Argenziano1-2/+2
2018-02-23Iterate over physical enginesChris Wilson1-28/+4
2018-02-07lib: Move __gem_context_create to common ioctl wrapper library.Antonio Argenziano1-13/+3
2017-12-11tests: Use igt_device_set_masterChris Wilson1-1/+2
2017-11-29igt: Remove Android supportArkadiusz Hiler1-4/+0
2017-10-25igt/gem_exec_nop: Headless requires DRM_MASTER for modesettingChris Wilson1-1/+4
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-22/+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_exec_nop: Measure high-priority throughput over a bg loadChris Wilson1-0/+118
2017-06-07tests/gem_exec_nop: Rename signal() to fence_signal()Arkadiusz Hiler1-5/+5
2017-06-07tests/gem_exec_nop: Disable headless subtest on cairoless AndroidArkadiusz Hiler1-0/+4
2017-05-31lib: Moving gem_execbuf_wr to ioctl_wrappersLukasz Fiedorowicz1-16/+0
2017-05-13igt/gem_exec_nop: Restore check on available signal ringsChris Wilson1-0/+1
2017-05-12igt/gem_exec_nop: Include the impact of signaling a fenceChris Wilson1-1/+116
2017-04-19igt/gem_exec_nop: Add some output to headless subtestChris Wilson1-0/+4
2017-04-19igt/gem_exec_nop/headless: Verify GT performance in headless modeTvrtko Ursulin1-0/+70
2017-03-21igt/gem_exec_nop: Sync before measuring total elapsed timeChris Wilson1-0/+3
2017-02-22igt: Start marking up GEM tests that require an alive GPU to functionChris Wilson1-0/+1
2017-01-22igt/gem_exec_nop: Watch interprocess switchingChris Wilson1-28/+116
2017-01-20igt/gem_exec_nop: Watch inter-ring synchronisation overheadChris Wilson1-0/+72
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson1-3/+3
2016-10-18igt: Trim timeouts for basic GEM testsChris Wilson1-2/+2
2016-09-08igt/gem_exec_nop: Show more timing detailsChris Wilson1-14/+9
2016-09-08igt/gem_exec_nop: Refine the target calculationChris Wilson1-1/+1
2016-09-08igt/gem_exec_nop: Check submitting nops to each engine in parallelChris Wilson1-5/+78
2016-09-08igt/gem_exec_nop: Relax assertion for parallel executionChris Wilson1-10/+18
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/+42
2016-06-17tests: Push igt_fork/stop_hang_detector into fixturesDaniel Vetter1-4/+3
2016-04-22igt/gem_exec_nop: Apply missed interrupt detectionChris Wilson1-0/+4
2016-04-18igt/gem_exec_nop: Fix time units for assertion printfChris Wilson1-1/+1
2016-04-15igt/gem_exec_nop: Correct %3.f typoChris Wilson1-1/+1
2016-04-14igt/gem_exec_nop: Explain the parallel execution assertionChris Wilson1-1/+3
2016-03-28igt/gem_exec_nop: Relax parallel assertion for short ringsChris Wilson1-2/+10
2016-03-28igt/gem_exec_nop: Add expectancy of independent execution between enginesChris Wilson1-15/+45
2016-03-25igt/gem: Add GPU hang detection to basic testsChris Wilson1-0/+4
2016-03-14igt/gem_exec_nop: Decrease BAT timingChris Wilson1-4/+7
2016-03-10igt/gem_exec_nop: Fix logical inversion for checking of valid execbufChris Wilson1-2/+2
2016-03-09igt/gem_exec_nop: Only combine unique ringsChris Wilson1-1/+13
2016-03-08igt/gem_exec_nop: Add a basic testChris Wilson1-19/+85
2016-01-27igt/gem_exec_nop: Use common array of ringsChris Wilson1-11/+4
2015-12-16igt/gem_exec_nop: Restore SLOW_QUICK loop terminatorChris Wilson1-1/+1
2015-12-08igt/gem_exec_nop: Remove nop latency measurementsChris Wilson1-156/+14
2015-11-13tests/gem_exec_nop: Improved test run timeDerek Morton1-2/+2
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-1/+1
2015-08-21lib: add a single include headerThomas Wood1-4/+1