aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/intel_hangcheck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-7/+7
2018-12-07drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala1-7/+7
2018-12-04drm/i915/selftests: Add tests for GT and engine workaround verificationTvrtko Ursulin1-42/+9
2018-12-03drm/i915/selftests: Terminate hangcheck sanitycheck forciblyChris Wilson1-3/+9
2018-11-20drm/i915/selftests: Hold task reference to reset workerChris Wilson1-0/+3
2018-10-02drm/i915: Replace some open-coded i915_coherent_map_type()Chris Wilson1-2/+2
2018-07-26drm/i915/selftests: Exercise resetting in the middle of a wait-on-fenceChris Wilson1-8/+77
2018-07-26drm/i915/selftests: Use a full emulation of a user ppgtt contextChris Wilson1-4/+12
2018-07-16drm/i915/selftests: Exercise reset to break stuck GTT evictionChris Wilson1-2/+169
2018-07-06drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson1-2/+9
2018-07-06drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheckChris Wilson1-1/+1
2018-07-06drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUALChris Wilson1-1/+1
2018-07-06drm/i915/selftests: Fail hangcheck testing if the GPU is wedgedChris Wilson1-0/+3
2018-07-05drm/i915/selftests: Fixup recursive MI_BB_START for gen3Chris Wilson1-1/+1
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson1-8/+8
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-2/+2
2018-05-19drm/i915/selftests: Wait longer for the old active requestChris Wilson1-14/+34
2018-05-18drm/i915: Move request->ctx asideChris Wilson1-1/+4
2018-05-08drm/i915/selftests: Refactor common flush_test()Chris Wilson1-60/+6
2018-04-26drm/i915/selftests: Wait for idle between idle resets as wellChris Wilson1-1/+49
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson1-2/+2
2018-04-06drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson1-16/+14
2018-04-06drm/i915: Treat i915_reset_engine() as guilty until proven innocentChris Wilson1-9/+0
2018-04-06drm/i915/selftests: Rename wait_for_hang() to wait_until_running()Chris Wilson1-6/+6
2018-04-06drm/i915/selftests: Avoid repeatedly harming the same innocent contextChris Wilson1-4/+44
2018-03-22drm/i915/selftests: Stress resets-vs-request-priorityChris Wilson1-63/+126
2018-03-22drm/i915/selftests: Include the trace as a debug aideChris Wilson1-3/+20
2018-03-20drm/i915: Add control flags to i915_handle_error()Chris Wilson1-8/+5
2018-02-23drm/i915: Update missing parts after the rename to i915_requestMichel Thierry1-1/+1
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-59/+58
2018-02-05drm/i915/selftests: Use a sacrificial context for hang testingChris Wilson1-17/+22
2018-02-05drm/i915/selftests: Flush old resets between enginesChris Wilson1-3/+63
2017-12-18drm/i915/selftests: Fix up igt_reset_engineChris Wilson1-64/+251
2017-12-08drm/i915: Make engine state pretty-printer header configurableChris Wilson1-3/+4
2017-11-20drm/i915: Automatic i915_switch_context for legacyChris Wilson1-5/+0
2017-11-20drm/i915: Pull the unconditional GPU cache invalidation into request constructionChris Wilson1-4/+0
2017-10-09drm/i915/selftests: Hold the rpm wakeref for the reset testsChris Wilson1-1/+8
2017-10-09drm/i915/selftests: Pretty print engine state when requests fail to startChris Wilson1-0/+10
2017-09-29drm/i915/selftests: Replace wmb() with i915_gem_chipset_flush()Chris Wilson1-2/+5
2017-09-26drm/i915/selftests: Try to recover from a wedged GPU during reset testsChris Wilson1-5/+19
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson1-6/+12
2017-08-04drm/i915/selftests: Retarget igt_render_engine_reset_fallback()Chris Wilson1-57/+17
2017-07-27drm/i915/selftests: Fix kbuild errorChris Wilson1-1/+1
2017-07-27drm/i915: Squelch reset messages during selftestsChris Wilson1-4/+4
2017-07-27drm/i915/selftest: Refactor reset lockingChris Wilson1-15/+43
2017-07-27drm/i915/selftests: Exercise independence of per-engine resetsChris Wilson1-0/+164
2017-06-27drm/i915/selftests: Fix mutex imbalance for igt_render_engine_reset_fallbackChris Wilson1-7/+14
2017-06-20drm/i915/selftests: reset engine self testsMichel Thierry1-0/+148
2017-06-20drm/i915: Wait for concurrent global resets to completeChris Wilson1-0/+4
2017-03-31drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson1-1/+0