summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_hangcheck.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-2/+2
2018-03-21drm/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-02-01drm/i915: Always run hangcheck while the GPU is busyChris Wilson1-6/+1
2018-01-31drm/i915: Always run hangcheck while the GPU is busyChris Wilson1-6/+1
2017-12-20drm/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-21drm/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