summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-24drm/i915/gt: Refactor heartbeat request construction and submissionChris Wilson1-18/+41
2020-10-07drm/i915/gt: Track the most recent pulse for the heartbeatChris Wilson1-3/+3
2020-09-29drm/i915/gt: Always send a pulse down the engine after disabling heartbeatChris Wilson1-39/+67
2020-07-02drm/i915/gt: Move the heartbeat into the high priority system wqChris Wilson1-1/+1
2020-07-02drm/i915/gt: Harden the heartbeat against a stuck driverChris Wilson1-2/+12
2020-06-22drm/i915/params: switch to device specific parametersJani Nikula1-1/+2
2020-06-15drm/i915/gt: Add a safety submission flush in the heartbeatChris Wilson1-0/+3
2020-05-28drm/i915/gt: Don't declare hangs if engine is stalledChris Wilson1-3/+16
2020-03-17drm/i915/gt: Always reschedule the new heartbeatChris Wilson1-1/+1
2020-02-18drm/i915/gt: Fix up missing error propagation for heartbeat pulsesChris Wilson1-2/+6
2020-01-06drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson1-1/+1
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson1-3/+11
2019-11-07drm/i915/gt: Cleanup heartbeat systole firstChris Wilson1-3/+3
2019-11-06drm/i915/gt: Only drop heartbeat.systole if the sole ownerChris Wilson1-2/+2
2019-10-26drm/i915: Encapsulate kconfig constant values inside boolean predicatesChris Wilson1-2/+2
2019-10-24drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson1-0/+157
2019-10-21drm/i915/gt: Introduce barrier pulses along enginesChris Wilson1-0/+77