summaryrefslogtreecommitdiff
path: root/tests/gem_exec_whisper.c
AgeCommit message (Expand)AuthorFilesLines
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-19/+4
2017-10-17lib/i915: Extract helpers for determining scheduler capabilitiesMichał Winiarski1-20/+2
2017-10-17lib: Extract helpers for determining submission methodMichał Winiarski1-30/+1
2017-09-25igt/gem_exec_whisper: Smoketest context prioritiesChris Wilson1-1/+55
2017-05-18lib: Refactor testing for ability to use MI_STORE_DATA_IMMChris Wilson1-15/+5
2017-04-08igt/gem_exec_whisper: Move the require(gen>5) out of the childChris Wilson1-1/+3
2017-04-05igt/gem_exec_whisper: Extend test patterns with a synchronous variantChris Wilson1-2/+17
2017-03-24Improve utilisation of igt_debugfs_dir()Chris Wilson1-8/+9
2017-03-23igt/gem_exec_whisper: Do context requirement check in parentChris Wilson1-2/+6
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-3/+3
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-3/+3
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-3/+3
2017-02-22igt: Start marking up GEM tests that require an alive GPU to functionChris Wilson1-0/+1
2017-02-04igt: intel_gen(intel_gen()) eekChris Wilson1-1/+1
2017-02-03igt: Skip MI_STORE_DWORD_IMM on gen2Chris Wilson1-1/+7
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson1-11/+11
2016-10-05igt/gem_exec_whisper: Tweaking the global seqno is not multiuser safeChris Wilson1-1/+1
2016-10-01igt/gem_exec_whisper: Hang injectionChris Wilson1-1/+102
2016-09-12igt/gem_exec_whisper: Add competing child processesChris Wilson1-212/+223
2016-09-08igt/gem_exec_nop: Show more timing detailsChris Wilson1-1/+1
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-03igt/gem_exec_whisper: Preallocate locations in GTT for whisperChris Wilson1-4/+24
2016-06-17tests: Push igt_fork/stop_hang_detector into fixturesDaniel Vetter1-5/+6
2016-06-04igt/gem_exec_whisper: Another twist on engine interchangeChris Wilson1-3/+18
2016-06-02Mark up a few more execbuf tests with automatic fail for missed-interruptsChris Wilson1-0/+2
2016-05-20igt/gem_exec_whisper: Exclude from BATChris Wilson1-6/+3
2016-05-12lib/igt_aux: Polish docs for igt_interruptibleDaniel Vetter1-1/+1
2016-03-26igt/gem_exec_whisper: Add simple interruptible passChris Wilson1-0/+1
2016-03-26igt/gem_exec_whisper: Check for inconsistent reloc offset vs object offsetChris Wilson1-6/+17
2016-03-24lib: Add a GPU error detectorChris Wilson1-0/+4
2016-03-21igt/gem_exec_whisper: Tweak migration loggingChris Wilson1-6/+12
2016-03-21igt/gem_exec_whisper: Prevent MI_STORE_DWORD on gen6/bsd againChris Wilson1-1/+7
2016-03-19igt/gem_exec_whisper: Add interruptibles testsChris Wilson1-112/+121
2016-03-17igt/gem_exec_whisper: Move testing of "default" engine to standaloneChris Wilson1-5/+7
2016-03-15igt/gem_exec_whisper: Beware PIN_HIGHChris Wilson1-0/+16
2016-03-14igt/gem_exec_whisper: Exercise rings individuallyChris Wilson1-8/+28
2016-03-12igt/gem_exec_whisper: Persistent relocation supportChris Wilson1-37/+97
2016-03-11igt/gem_exec_whisper: Test submission between fdsChris Wilson1-1/+43
2016-03-11igt/gem_exec_whisper: Stop passing NO_RELOCChris Wilson1-14/+15
2016-03-11igt/gem_exec_whisper: Don't forget that 0 is a valid address on full-ppgttChris Wilson1-5/+4
2016-03-11tests: Add gem_exec_whisperChris Wilson1-0/+226