summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: replace platform flags with a platform enumJani Nikula2016-12-071-0/+1
* drm/i915: Use memcpy_from_wc for GPU error captureChris Wilson2016-12-061-13/+37
* drm/i915: Make i915_destroy_error_state take dev_privTvrtko Ursulin2016-12-011-3/+2Star
* drm/i915: Wipe hang stats as an embedded structMika Kuoppala2016-11-211-1/+1
* drm/i915: Add per client max context ban limitMika Kuoppala2016-11-211-4/+6
* drm/i915: Add bannable context parameterMika Kuoppala2016-11-211-2/+3
* drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala2016-11-211-34/+12Star
* drm/i915: Split up hangcheck phasesMika Kuoppala2016-11-211-2/+6
* drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-181-2/+2
* drm/i915: dev_priv cleanup in i915_gpu_error.cTvrtko Ursulin2016-11-171-11/+9Star
* drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-1/+1
* drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-1/+1
* drm/i915: Remove two sloppy inline functions from .hJoonas Lahtinen2016-11-081-4/+7
* drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson2016-11-011-1/+1
* drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson2016-10-281-4/+4
* drm/i915: Move the global sync optimisation to the timelineChris Wilson2016-10-281-19/+29
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-1/+1
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-3/+3
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-3/+3
* drm/i915: Refactor object page APIChris Wilson2016-10-281-2/+2
* drm/i915: Include the kernel uptime in the error stateChris Wilson2016-10-251-2/+10
* drm/i915: Augment i915 error state to include the dump of GuC log bufferAkash Goel2016-10-251-0/+15
* drm/i915: Add a sunset clause to GPU hang loggingChris Wilson2016-10-201-1/+4
* drm/i915: Remove unused "valid" parameter from pte_encodeMichaƂ Winiarski2016-10-141-1/+1
* drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin2016-10-141-5/+5
* drm/i915: Make IS_VALLEYVIEW only take dev_privTvrtko Ursulin2016-10-141-2/+2
* drm/i915: Make INTEL_PCH_TYPE & co only take dev_privTvrtko Ursulin2016-10-141-2/+2
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-14/+14
* drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEADChris Wilson2016-10-131-1/+1
* drm/i915: Record the current requests queue for execlists upon hangChris Wilson2016-10-131-19/+45
* drm/i915: Compress GPU objects in error stateChris Wilson2016-10-121-21/+155
* drm/i915: Consolidate error object printingChris Wilson2016-10-121-75/+25Star
* drm/i915: Always use the GTT for error captureChris Wilson2016-10-121-78/+42Star
* drm/i915: Stop the machine whilst capturing the GPU crash dumpChris Wilson2016-10-121-18/+28
* drm/i915: Allow disabling error captureChris Wilson2016-10-121-0/+3
* drm/i915: Move common code out of i915_gpu_error.cChris Wilson2016-10-121-105/+1Star
* drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen2016-10-051-3/+1Star
* drm/i915: Show bounds of active request in the ring on GPU hangChris Wilson2016-10-051-2/+7
* drm/i915: Try to print INSTDONE bits for all slice/subsliceBen Widawsky2016-09-211-6/+70
* drm/i915: Cleanup instdone collectionBen Widawsky2016-09-211-24/+60
* drm/i915: Make HWS_NEEDS_PHYSICAL the exceptionCarlos Santa2016-09-081-1/+1
* drm/i915: Don't wait for a spinlock inside error captureChris Wilson2016-09-061-5/+20
* drm/i915: pdev cleanupDavid Weinehall2016-08-221-4/+5
* drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson2016-08-191-1/+1
* drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-1/+1
* drm/i915: Record the RING_MODE register for post-mortem debuggingChris Wilson2016-08-151-0/+3
* drm/i915: Only record active and pending requests upon a GPU hangChris Wilson2016-08-151-48/+61
* drm/i915: Print the batchbuffer offset next to BBADDR in error stateChris Wilson2016-08-151-2/+13
* drm/i915: Move debug only per-request pid tracking from request to ctxChris Wilson2016-08-151-3/+10
* drm/i915: Track pinned VMAChris Wilson2016-08-151-34/+24Star