summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hangcheck.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Drop fake breadcrumb irqChris Wilson2019-01-291-0/+2
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-10/+18
* drm/i915: Show all active engines on hangcheckChris Wilson2019-01-221-4/+11
* drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-0/+1
* drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-311-10/+0Star
* drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-155/+0Star
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-1/+1
* drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi2018-12-131-1/+1
* drm/i915: Pull seqno started checks togetherChris Wilson2018-08-071-1/+1
* drm/i915: Declare the driver wedged if hangcheck makes no progressChris Wilson2018-06-141-1/+16
* drm/i915: Reset the hangcheck timestamp before repeating a seqnoChris Wilson2018-05-031-0/+1
* drm/i915: Compile out engine debug for releaseChris Wilson2018-04-261-1/+1
* drm/i915: Add control flags to i915_handle_error()Chris Wilson2018-03-201-7/+6Star
* drm/i915: Specify which engines to reset following semaphore/event lockupsChris Wilson2018-03-201-2/+2
* drm/i915: Add some newlines to intel_engine_dump() headersChris Wilson2018-02-051-1/+1
* drm/i915: Always run hangcheck while the GPU is busyChris Wilson2018-01-311-6/+1Star
* drm/i915: Remove pointer indirection for hangcheck_state localChris Wilson2017-12-191-5/+5
* drm/i915: Show engine state when hangcheck detects a stallChris Wilson2017-12-141-1/+6
* drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-32/+12Star
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-1/+1
* drm/i915: Check execlist/ring status during hangcheckChris Wilson2017-07-271-1/+1
* drm/i915: Avoid format string expansion from engine namesKees Cook2017-04-191-1/+1
* drm/i915: Add initial selftests for hang detection and resetsChris Wilson2017-02-131-0/+4
* drm/i915: Disable hangcheck when wedgedChris Wilson2016-11-221-0/+3
* drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala2016-11-211-56/+52Star
* drm/i915: Split up hangcheck phasesMika Kuoppala2016-11-211-104/+137
* drm/i915: Move hangcheck code out from i915_irq.cMika Kuoppala2016-11-021-0/+450