summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_hangcheck.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-02drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson1-1/+1
2019-03-26drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio1-2/+2
2019-03-26drm/i915: add uncore flags for unclaimed mmioDaniele Ceraolo Spurio1-1/+1
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-5/+5
2019-02-26drm/i915: Replace global_seqno with a hangcheck heartbeat seqnoChris Wilson1-3/+3
2019-02-20drm/i915: Beware temporary wedging when determining -EIOChris Wilson1-1/+1
2019-01-29drm/i915: Drop fake breadcrumb irqChris Wilson1-0/+2
2019-01-25drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson1-10/+18
2019-01-22drm/i915: Show all active engines on hangcheckChris Wilson1-4/+11
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson1-0/+1
2018-12-31drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson1-10/+0
2018-12-28drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson1-155/+0
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-1/+1
2018-12-12drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi1-1/+1
2018-08-07drm/i915: Pull seqno started checks togetherChris Wilson1-1/+1
2018-06-14drm/i915: Declare the driver wedged if hangcheck makes no progressChris Wilson1-1/+16
2018-05-03drm/i915: Reset the hangcheck timestamp before repeating a seqnoChris Wilson1-0/+1
2018-04-26drm/i915: Compile out engine debug for releaseChris Wilson1-1/+1
2018-03-20drm/i915: Add control flags to i915_handle_error()Chris Wilson1-7/+6
2018-03-20drm/i915: Specify which engines to reset following semaphore/event lockupsChris Wilson1-2/+2
2018-02-05drm/i915: Add some newlines to intel_engine_dump() headersChris Wilson1-1/+1
2018-01-31drm/i915: Always run hangcheck while the GPU is busyChris Wilson1-6/+1
2017-12-19drm/i915: Remove pointer indirection for hangcheck_state localChris Wilson1-5/+5
2017-12-14drm/i915: Show engine state when hangcheck detects a stallChris Wilson1-1/+6
2017-11-20drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson1-32/+12
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-1/+1
2017-07-27drm/i915: Check execlist/ring status during hangcheckChris Wilson1-1/+1
2017-04-19drm/i915: Avoid format string expansion from engine namesKees Cook1-1/+1
2017-02-13drm/i915: Add initial selftests for hang detection and resetsChris Wilson1-0/+4
2016-11-22drm/i915: Disable hangcheck when wedgedChris Wilson1-0/+3
2016-11-21drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala1-56/+52
2016-11-21drm/i915: Split up hangcheck phasesMika Kuoppala1-104/+137
2016-11-02drm/i915: Move hangcheck code out from i915_irq.cMika Kuoppala1-0/+450