aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hangcheck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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