summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/intel_workarounds.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-1172/+0
2019-04-24drm/i915/selftests: Verify whitelist of context registersChris Wilson1-0/+312
2019-04-17drm/i915: Verify the engine workarounds stick on applicationChris Wilson1-47/+6
2019-04-13drm/i915: Teach intel_workarounds to use uncore mmio accessChris Wilson1-2/+3
2019-03-21drm/i915: Flush pages on acquisitionChris Wilson1-0/+3
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-2/+2
2019-03-01drm/i915/selftests: Check that whitelisted registers are accessibleChris Wilson1-1/+377
2019-02-20drm/i915: Beware temporary wedging when determining -EIOChris Wilson1-2/+2
2019-02-18drm/i915/selftests: Make unbannable contexts for reset handlingChris Wilson1-0/+2
2019-02-15drm/i915/selftests: Always use an active engine while resettingChris Wilson1-19/+8
2019-01-25drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson1-3/+0
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson1-0/+1
2019-01-14drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson1-14/+14
2019-01-14drm/i915/selftests: Mark up rpm wakerefsChris Wilson1-11/+18
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-5/+5
2019-01-10drm/i915/selftests: recreate WA lists inside the selftestDaniele Ceraolo Spurio1-8/+61
2018-12-06drm/i915/selftests: verify_gt_engine_wa() needs rpm wakerefChris Wilson1-11/+4
2018-12-04drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin1-20/+20
2018-12-04drm/i915/selftests: Add tests for GT and engine workaround verificationTvrtko Ursulin1-5/+139
2018-11-30drm/i915/selftests: Fix live_workarounds to actually do resetsTvrtko Ursulin1-12/+53
2018-09-20drm/i915/selftests: Live tests emit requests and so require rpmChris Wilson1-0/+5
2018-07-11drm/i915/selftests: Add a safety net to live_workaroundsChris Wilson1-1/+7
2018-07-06drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson1-2/+4
2018-07-06drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson1-3/+0
2018-07-06drm/i915/selftests: Skip workaround tests when wedgedChris Wilson1-0/+3
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson1-1/+1
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-1/+1
2018-04-24drm/i915/selftests: Fix uninitialized variableGustavo A. R. Silva1-1/+1
2018-04-17drm/i915/selftests: Handle a potential failure of intel_ring_beginOscar Mateo1-0/+7
2018-04-14drm/i915: Check whitelist registers across resetsChris Wilson1-0/+284