summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26Merge drm/drm-next into drm-misc-next-fixesThomas Zimmermann1-0/+3
2024-02-22drm/i915: Fix possible null pointer dereference after drm_dbg_printer conversionTvrtko Ursulin1-2/+2
2024-02-16Merge tag 'drm-misc-next-2024-02-15' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+2
2024-02-15drm/i915/gt: Restart the heartbeat timer when forcing a pulseJohn Harrison1-0/+3
2024-02-09drm/i915: switch from drm_debug_printer() to device specific drm_dbg_printer()Jani Nikula1-1/+2
2023-10-26drm/i915/gt: Use proper priority enum instead of 0Nirmoy Das1-1/+1
2022-10-24drm/i915: Make the heartbeat play nice with long pre-emption timeoutsJohn Harrison1-0/+39
2021-10-07drm/i915: remove IS_ACTIVELucas De Marchi1-1/+1
2021-07-28drm/i915/guc: Fix for error capture after full GPU reset with GuCJohn Harrison1-0/+8
2021-07-28drm/i915: Reset GPU immediately if submission is disabledMatthew Brost1-13/+49
2021-06-19drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost1-2/+2
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie1-11/+15
2021-03-26drm/i915: Individual request cancellationChris Wilson1-0/+1
2021-03-24drm/i915/gt: Double check heartbeat timeout before resettingChris Wilson1-1/+10
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2021-03-24drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson1-7/+3
2021-03-24drm/i915: Strip out internal prioritiesChris Wilson1-1/+1
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