summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests/intel_hangcheck.c
AgeCommit message (Expand)Author
2018-07-16drm/i915/selftests: Exercise reset to break stuck GTT evictionChris Wilson
2018-07-06drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson
2018-07-06drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheckChris Wilson
2018-07-06drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUALChris Wilson
2018-07-06drm/i915/selftests: Fail hangcheck testing if the GPU is wedgedChris Wilson
2018-07-05drm/i915/selftests: Fixup recursive MI_BB_START for gen3Chris Wilson
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson
2018-05-19drm/i915/selftests: Wait longer for the old active requestChris Wilson
2018-05-18drm/i915: Move request->ctx asideChris Wilson
2018-05-08drm/i915/selftests: Refactor common flush_test()Chris Wilson
2018-04-26drm/i915/selftests: Wait for idle between idle resets as wellChris Wilson
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson
2018-04-06drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson
2018-04-06drm/i915: Treat i915_reset_engine() as guilty until proven innocentChris Wilson
2018-04-06drm/i915/selftests: Rename wait_for_hang() to wait_until_running()Chris Wilson
2018-04-06drm/i915/selftests: Avoid repeatedly harming the same innocent contextChris Wilson
2018-03-22drm/i915/selftests: Stress resets-vs-request-priorityChris Wilson
2018-03-22drm/i915/selftests: Include the trace as a debug aideChris Wilson
2018-03-20drm/i915: Add control flags to i915_handle_error()Chris Wilson
2018-02-23drm/i915: Update missing parts after the rename to i915_requestMichel Thierry
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson
2018-02-05drm/i915/selftests: Use a sacrificial context for hang testingChris Wilson
2018-02-05drm/i915/selftests: Flush old resets between enginesChris Wilson
2017-12-18drm/i915/selftests: Fix up igt_reset_engineChris Wilson
2017-12-08drm/i915: Make engine state pretty-printer header configurableChris Wilson
2017-11-20drm/i915: Automatic i915_switch_context for legacyChris Wilson
2017-11-20drm/i915: Pull the unconditional GPU cache invalidation into request construc...Chris Wilson
2017-10-09drm/i915/selftests: Hold the rpm wakeref for the reset testsChris Wilson
2017-10-09drm/i915/selftests: Pretty print engine state when requests fail to startChris Wilson
2017-09-29drm/i915/selftests: Replace wmb() with i915_gem_chipset_flush()Chris Wilson
2017-09-26drm/i915/selftests: Try to recover from a wedged GPU during reset testsChris Wilson
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson
2017-08-04drm/i915/selftests: Retarget igt_render_engine_reset_fallback()Chris Wilson
2017-07-27drm/i915/selftests: Fix kbuild errorChris Wilson
2017-07-27drm/i915: Squelch reset messages during selftestsChris Wilson
2017-07-27drm/i915/selftest: Refactor reset lockingChris Wilson
2017-07-27drm/i915/selftests: Exercise independence of per-engine resetsChris Wilson
2017-06-27drm/i915/selftests: Fix mutex imbalance for igt_render_engine_reset_fallbackChris Wilson
2017-06-20drm/i915/selftests: reset engine self testsMichel Thierry
2017-06-20drm/i915: Wait for concurrent global resets to completeChris Wilson
2017-03-31drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson
2017-03-16drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson
2017-02-13drm/i915: Add initial selftests for hang detection and resetsChris Wilson