aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-27drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson1-4/+4
2017-06-20drm/i915: Add engine reset count to error stateMichel Thierry1-0/+3
2017-05-17drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson1-4/+9
2017-04-28drm/i915: Capture CCID on ILKJoonas Lahtinen1-1/+1
2017-04-28drm/i915: Eliminate HAS_HW_CONTEXTSJoonas Lahtinen1-3/+3
2017-04-15drm/i915: Copy user requested buffers into the error stateChris Wilson1-1/+39
2017-03-03drm/i915: Split breadcrumbs spinlock into twoChris Wilson1-4/+4
2017-03-02drm/i915: Include power-management state in gpu error dumpChris Wilson1-0/+4
2017-03-02drm/i915: Include GT/seqno activity in engine/hangcheck debugfsChris Wilson1-0/+3
2017-02-22drm/i915: Add i915_param charp macro magicChris Wilson1-0/+22
2017-02-14drm/i915: The return of i915_gpu_info to debugfsChris Wilson1-77/+88
2017-02-06drm/i915: Capture module parameters for the GPU error stateChris Wilson1-7/+35
2017-01-31drm/i915: Record more information about the hanging contextsChris Wilson1-28/+49
2017-01-23drm/i915/error: use rb_entry()Geliang Tang1-1/+1
2017-01-16drm/i915: Use __printf markup to silence compilerChris Wilson1-0/+1
2017-01-06drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson1-1/+1
2016-12-31drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson1-1/+1
2016-12-07drm/i915: replace platform flags with a platform enumJani Nikula1-0/+1
2016-12-06drm/i915: Use memcpy_from_wc for GPU error captureChris Wilson1-13/+37
2016-12-01drm/i915: Make i915_destroy_error_state take dev_privTvrtko Ursulin1-3/+2
2016-11-21drm/i915: Wipe hang stats as an embedded structMika Kuoppala1-1/+1
2016-11-21drm/i915: Add per client max context ban limitMika Kuoppala1-4/+6
2016-11-21drm/i915: Add bannable context parameterMika Kuoppala1-2/+3
2016-11-21drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala1-34/+12
2016-11-21drm/i915: Split up hangcheck phasesMika Kuoppala1-2/+6
2016-11-18drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson1-2/+2
2016-11-17drm/i915: dev_priv cleanup in i915_gpu_error.cTvrtko Ursulin1-11/+9
2016-11-11drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin1-1/+1
2016-11-11drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin1-1/+1
2016-11-08drm/i915: Remove two sloppy inline functions from .hJoonas Lahtinen1-4/+7
2016-11-01drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson1-1/+1
2016-10-28drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson1-4/+4
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson1-19/+29
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson1-1/+1
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson1-3/+3
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson1-3/+3
2016-10-28drm/i915: Refactor object page APIChris Wilson1-2/+2
2016-10-25drm/i915: Include the kernel uptime in the error stateChris Wilson1-2/+10
2016-10-25drm/i915: Augment i915 error state to include the dump of GuC log bufferAkash Goel1-0/+15
2016-10-20drm/i915: Add a sunset clause to GPU hang loggingChris Wilson1-1/+4
2016-10-14drm/i915: Remove unused "valid" parameter from pte_encodeMichaƂ Winiarski1-1/+1
2016-10-14drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin1-5/+5
2016-10-14drm/i915: Make IS_VALLEYVIEW only take dev_privTvrtko Ursulin1-2/+2
2016-10-14drm/i915: Make INTEL_PCH_TYPE & co only take dev_privTvrtko Ursulin1-2/+2
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-14/+14
2016-10-13drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEADChris Wilson1-1/+1
2016-10-13drm/i915: Record the current requests queue for execlists upon hangChris Wilson1-19/+45
2016-10-12drm/i915: Compress GPU objects in error stateChris Wilson1-21/+155
2016-10-12drm/i915: Consolidate error object printingChris Wilson1-75/+25
2016-10-12drm/i915: Always use the GTT for error captureChris Wilson1-78/+42