aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/selftest_engine_heartbeat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-17drm/i915/gt: Use to_gt() helperMichaƂ Winiarski1-2/+2
2021-10-07drm/i915: remove IS_ACTIVELucas De Marchi1-2/+2
2021-07-27drm/i915/selftest: Fix hangcheck self test for GuC submissionJohn Harrison1-0/+22
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld1-2/+2
2021-04-30drm/i915/selftests: Fix active retire callback alignmentTvrtko Ursulin1-1/+1
2021-03-24drm/i915/selftests: Restore previous heartbeat intervalChris Wilson1-4/+10
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2021-01-13drm/i915/selftests: Bump the scheduling error threshold for fast heartbeatsChris Wilson1-3/+10
2020-10-21drm/i915/selftests: Flush the old heartbeat more gentlyChris Wilson1-6/+7
2020-08-17drm/i915: Add a couple of missing i915_active_fini()Chris Wilson1-1/+4
2020-06-22drm/i915/params: switch to device specific parametersJani Nikula1-3/+3
2020-06-18drm/i915/selftests: Enable selftesting of busy-statsChris Wilson1-26/+21
2020-02-28drm/i915/selftests: Disable heartbeat around manual pulse testsChris Wilson1-4/+26
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-2/+1
2019-11-29drm/i915/selftests: Wait only on the expected barrierChris Wilson1-1/+23
2019-11-28drm/i915/selftests: Try to show where the pulse wentChris Wilson1-0/+5
2019-11-02drm/i915/selftests: Flush all active callbacksChris Wilson1-3/+1
2019-10-31drm/i915/selftests: Pretty print the i915_activeChris Wilson1-0/+4
2019-10-31drm/i915/selftests: Assert that the idle_pulse is sentChris Wilson1-1/+3
2019-10-28drm/i915/selftests: Initialise err in case there are no engines!Chris Wilson1-2/+2
2019-10-24drm/i915/selftests: Flush any i915_active callback work as wellChris Wilson1-0/+1
2019-10-23drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson1-0/+171
2019-10-22drm/i915/selftests: Synchronize checking active status with retirementChris Wilson1-0/+13
2019-10-21drm/i915/gt: Introduce barrier pulses along enginesChris Wilson1-0/+159