summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/intel_hangcheck.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1919/+0Star
* drm/i915/selftests: Check that gpu reset is usable from atomic contextFernando Pacheco2019-04-201-3/+3
* drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson2019-04-021-1/+2
* drm/i915: Flush pages on acquisitionChris Wilson2019-03-211-1/+1
* drm/i915/selftests: Improve error detection of reset failureChris Wilson2019-03-121-1/+17
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-8/+8
* drm/i915/selftests: Exercise resetting during non-user payloadsChris Wilson2019-02-261-0/+218
* drm/i915: Remove i915_request.global_seqnoChris Wilson2019-02-261-3/+2Star
* drm/i915: Beware temporary wedging when determining -EIOChris Wilson2019-02-201-12/+12
* drm/i915/selftests: Make unbannable contexts for reset handlingChris Wilson2019-02-181-0/+2
* drm/i915/selftests: Drop unnecessary struct_mutex around i915_reset()Chris Wilson2019-02-151-2/+0Star
* drm/i915: Don't claim an unstarted request was guiltyChris Wilson2019-02-081-0/+6
* drm/i915: Revoke mmaps and prevent access to fence registers across resetChris Wilson2019-02-081-3/+2Star
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-1/+1
* drm/i915: Issue engine resets onto idle enginesChris Wilson2019-01-251-16/+6Star
* drm/i915/selftests: Trim struct_mutex duration for set-wedged selftestChris Wilson2019-01-251-3/+4
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-28/+29
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-01-221-7/+7
|\
| * Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-091-7/+7
| |\
| | * drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala2018-12-071-7/+7
* | | drm/i915/selftests: Mark up rpm wakerefsChris Wilson2019-01-141-6/+9
* | | drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-3/+3
* | | drm/i915/selftests: Verify we can perform resets from atomic contextChris Wilson2018-12-131-0/+172
* | | drm/i915/selftests: Check we can recover a wedged deviceChris Wilson2018-12-131-0/+25
* | | drm/i915/selftests: Reorder request allocation vs vma pinningChris Wilson2018-12-041-62/+61Star
|/ /
* | drm/i915/selftests: Add tests for GT and engine workaround verificationTvrtko Ursulin2018-12-041-42/+9Star
* | drm/i915/selftests: Terminate hangcheck sanitycheck forciblyChris Wilson2018-12-031-3/+9
|/
* drm/i915/selftests: Hold task reference to reset workerChris Wilson2018-11-201-0/+3
* drm/i915: Replace some open-coded i915_coherent_map_type()Chris Wilson2018-10-021-2/+2
* drm/i915/selftests: Exercise resetting in the middle of a wait-on-fenceChris Wilson2018-07-261-8/+77
* drm/i915/selftests: Use a full emulation of a user ppgtt contextChris Wilson2018-07-261-4/+12
* drm/i915/selftests: Exercise reset to break stuck GTT evictionChris Wilson2018-07-161-2/+169
* drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson2018-07-061-2/+9
* drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheckChris Wilson2018-07-061-1/+1
* drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUALChris Wilson2018-07-061-1/+1
* drm/i915/selftests: Fail hangcheck testing if the GPU is wedgedChris Wilson2018-07-061-0/+3
* drm/i915/selftests: Fixup recursive MI_BB_START for gen3Chris Wilson2018-07-051-1/+1
* drm/i915: Make closing request flush mandatoryChris Wilson2018-06-141-8/+8
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-2/+2
* drm/i915/selftests: Wait longer for the old active requestChris Wilson2018-05-191-14/+34
* drm/i915: Move request->ctx asideChris Wilson2018-05-181-1/+4
* drm/i915/selftests: Refactor common flush_test()Chris Wilson2018-05-081-60/+6Star
* drm/i915/selftests: Wait for idle between idle resets as wellChris Wilson2018-04-261-1/+49
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-181-2/+2
* drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson2018-04-071-16/+14Star
* drm/i915: Treat i915_reset_engine() as guilty until proven innocentChris Wilson2018-04-071-9/+0Star
* drm/i915/selftests: Rename wait_for_hang() to wait_until_running()Chris Wilson2018-04-061-6/+6
* drm/i915/selftests: Avoid repeatedly harming the same innocent contextChris Wilson2018-04-061-4/+44
* drm/i915/selftests: Stress resets-vs-request-priorityChris Wilson2018-03-221-63/+126
* drm/i915/selftests: Include the trace as a debug aideChris Wilson2018-03-221-3/+20