summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/intel_hangcheck.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Add control flags to i915_handle_error()Chris Wilson2018-03-201-8/+5Star
* drm/i915: Update missing parts after the rename to i915_requestMichel Thierry2018-02-231-1/+1
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-59/+58Star
* drm/i915/selftests: Use a sacrificial context for hang testingChris Wilson2018-02-051-17/+22
* drm/i915/selftests: Flush old resets between enginesChris Wilson2018-02-051-3/+63
* drm/i915/selftests: Fix up igt_reset_engineChris Wilson2017-12-181-64/+251
* drm/i915: Make engine state pretty-printer header configurableChris Wilson2017-12-081-3/+4
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-201-5/+0Star
* drm/i915: Pull the unconditional GPU cache invalidation into request construc...Chris Wilson2017-11-201-4/+0Star
* drm/i915/selftests: Hold the rpm wakeref for the reset testsChris Wilson2017-10-091-1/+8
* drm/i915/selftests: Pretty print engine state when requests fail to startChris Wilson2017-10-091-0/+10
* drm/i915/selftests: Replace wmb() with i915_gem_chipset_flush()Chris Wilson2017-09-291-2/+5
* drm/i915/selftests: Try to recover from a wedged GPU during reset testsChris Wilson2017-09-261-5/+19
* drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson2017-08-181-6/+12
* drm/i915/selftests: Retarget igt_render_engine_reset_fallback()Chris Wilson2017-08-041-57/+17Star
* drm/i915/selftests: Fix kbuild errorChris Wilson2017-07-271-1/+1
* drm/i915: Squelch reset messages during selftestsChris Wilson2017-07-271-4/+4
* drm/i915/selftest: Refactor reset lockingChris Wilson2017-07-271-15/+43
* drm/i915/selftests: Exercise independence of per-engine resetsChris Wilson2017-07-271-0/+164
* drm/i915/selftests: Fix mutex imbalance for igt_render_engine_reset_fallbackChris Wilson2017-06-271-7/+14
* drm/i915/selftests: reset engine self testsMichel Thierry2017-06-201-0/+148
* drm/i915: Wait for concurrent global resets to completeChris Wilson2017-06-201-0/+4
* drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson2017-03-311-1/+0Star
* drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson2017-03-161-6/+12
* drm/i915: Add initial selftests for hang detection and resetsChris Wilson2017-02-131-0/+537