summaryrefslogtreecommitdiff
path: root/lib/igt_gt.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-23Iterate over physical enginesChris Wilson1-0/+23
2018-02-21igt/gem_eio: Use slow spinners to inject hangsChris Wilson1-0/+1
2017-12-07lib/igt_gt: Add sentinel to intel_execution_engines2Petri Latvala1-0/+1
2017-11-22tests/perf_pmu: Tests for i915 PMU APITvrtko Ursulin1-0/+50
2017-11-21lib: Use drm-uapi/i915_drm.h instead of local defines.Eric Anholt1-19/+19
2017-10-25lib/gt: Always eat the unwanted error stateChris Wilson1-15/+16
2017-10-19lib/i915: Move submission related helpers to lib/i915/gem_submissionMichał Winiarski1-63/+0
2017-10-17lib: Extract helpers for determining submission methodMichał Winiarski1-0/+63
2017-10-16lib/igt_gt: Allow non-default contexts to hang non-render ringsVinay Belgaumkar1-2/+41
2017-09-06lib: Disable MI_STORE_DATA_IMM for gen3 (i915g and i915gm)Chris Wilson1-0/+3
2017-08-08lib: Remove illegal instructions from hang injectionChris Wilson1-20/+5
2017-07-06Revert "igt: Remove default from the engine list"Chris Wilson1-0/+1
2017-07-06igt: Remove default from the engine listTvrtko Ursulin1-1/+0
2017-06-21lib: Force global reset + uevents for hang detectorChris Wilson1-0/+4
2017-06-07ffs: Include strings.hArkadiusz Hiler1-0/+1
2017-05-18lib: Refactor testing for ability to use MI_STORE_DATA_IMMChris Wilson1-0/+18
2017-04-11lib: Fix up internal engine names (again)Chris Wilson1-6/+6
2017-03-30lib: Update kernel engine namesChris Wilson1-6/+6
2017-03-24Improve utilisation of igt_debugfs_dir()Chris Wilson1-28/+15
2017-03-23lib: Clear unrelated errno for intel_detect_and_clear_missed_interruptsChris Wilson1-0/+1
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-7/+7
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-7/+7
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-7/+7
2017-03-14lib: Squelch a pair of ignore result warningsChris Wilson1-1/+1
2017-03-08igt/gem_eio: Check we succeed in unwedging the driverChris Wilson1-1/+11
2017-03-07lib/igt_gt: Remove duplicated PARAM_NO_ERROR_CAPTURE defineMichel Thierry1-2/+0
2017-02-04lib/gt: Set context for contolling bannableChris Wilson1-0/+2
2017-01-02lib: Mass conversion to to_user_pointer()Chris Wilson1-2/+2
2016-11-11lib: substitute cxt BAN_PERIOD with BANNABLEMika Kuoppala1-31/+46
2016-10-13lib/igt_gt: Use /sys/.../error instead of /debug/.../i915_error_stateChris Wilson1-11/+12
2016-09-13igt/gem_busy: Prevent banning when running multiple hang testsChris Wilson1-23/+79
2016-07-04lib/igt_gt: Fix unused variable warning for non-x86 targetsRobert Foss1-1/+2
2016-07-04lib: Enable squelching of simulated error statesChris Wilson1-8/+0
2016-06-09lib/gt: Omit illegal instruction on hang injection with gen 8+Mika Kuoppala1-2/+17
2016-05-20lib/gt: Replace hanging instructionChris Wilson1-6/+6
2016-05-01lib: Enable clflush for 32bit x86 buildsChris Wilson1-7/+12
2016-05-01lib: Apply magic clflush serialisationChris Wilson1-0/+1
2016-04-09lib: Remove defunct stop_ringsChris Wilson1-107/+0
2016-03-17lib/igt_gt: Handle SIGINT whilst writing to i915_error_stateChris Wilson1-2/+6
2016-03-03lib/igt_gt: Replace asm clflush/mfence with __builtin_ia32 variantsChris Wilson1-4/+9
2016-03-01lib: move i915_wedged_set to ig_gt.cDaniele Ceraolo Spurio1-0/+23
2016-02-04tests/drv_hangman: Convert to using central list of enginesChris Wilson1-7/+7
2016-01-27Add I915_EXEC_DEFAULT to list of known enginesChris Wilson1-0/+1
2016-01-27Extract array of execution enginesChris Wilson1-0/+10
2016-01-25igt: Disable igt_clflush_range() implementation on ARM buildsEric Anholt1-0/+4
2016-01-22lib: Refactor common detection of missed interruptsChris Wilson1-0/+32
2016-01-20lib: Expand igt_hang_ring() to select target context and various optionsChris Wilson1-10/+82
2016-01-20lib: Always double check igt_require_hang_ring() on useChris Wilson1-12/+44
2016-01-19igt/gem_mmap_wc: Test cpu mmap vs wc mmap coherencyChris Wilson1-0/+54
2015-12-04lib: igt_fork_hang_helper must be run in fixturesDaniel Vetter1-17/+6