summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
AgeCommit message (Expand)Author
2016-11-01drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson
2016-10-28drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson
2016-10-28drm/i915: Refactor object page APIChris Wilson
2016-10-25drm/i915: Include the kernel uptime in the error stateChris Wilson
2016-10-25drm/i915: Augment i915 error state to include the dump of GuC log bufferAkash Goel
2016-10-20drm/i915: Add a sunset clause to GPU hang loggingChris Wilson
2016-10-14drm/i915: Remove unused "valid" parameter from pte_encodeMichaƂ Winiarski
2016-10-14drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make IS_VALLEYVIEW only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make INTEL_PCH_TYPE & co only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel
2016-10-13drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEADChris Wilson
2016-10-13drm/i915: Record the current requests queue for execlists upon hangChris Wilson
2016-10-12drm/i915: Compress GPU objects in error stateChris Wilson
2016-10-12drm/i915: Consolidate error object printingChris Wilson
2016-10-12drm/i915: Always use the GTT for error captureChris Wilson
2016-10-12drm/i915: Stop the machine whilst capturing the GPU crash dumpChris Wilson
2016-10-12drm/i915: Allow disabling error captureChris Wilson
2016-10-12drm/i915: Move common code out of i915_gpu_error.cChris Wilson
2016-10-05drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen
2016-10-05drm/i915: Show bounds of active request in the ring on GPU hangChris Wilson
2016-09-21drm/i915: Try to print INSTDONE bits for all slice/subsliceBen Widawsky
2016-09-21drm/i915: Cleanup instdone collectionBen Widawsky
2016-09-07drm/i915: Make HWS_NEEDS_PHYSICAL the exceptionCarlos Santa
2016-09-06drm/i915: Don't wait for a spinlock inside error captureChris Wilson
2016-08-22drm/i915: pdev cleanupDavid Weinehall
2016-08-19drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson
2016-08-18drm/i915: Move fence tracking from object to vmaChris Wilson
2016-08-15drm/i915: Record the RING_MODE register for post-mortem debuggingChris Wilson
2016-08-15drm/i915: Only record active and pending requests upon a GPU hangChris Wilson
2016-08-15drm/i915: Print the batchbuffer offset next to BBADDR in error stateChris Wilson
2016-08-15drm/i915: Move debug only per-request pid tracking from request to ctxChris Wilson
2016-08-15drm/i915: Track pinned VMAChris Wilson
2016-08-15drm/i915: Use VMA for wa_ctx trackingChris Wilson
2016-08-15drm/i915: Use VMA as the primary tracker for semaphore pageChris Wilson
2016-08-15drm/i915: Use VMA for scratch page trackingChris Wilson
2016-08-15drm/i915: Use VMA for ringbuffer trackingChris Wilson
2016-08-15drm/i915: Use VMA as the primary object for context stateChris Wilson
2016-08-15drm/i915: Reduce i915_gem_objects to only show object informationChris Wilson
2016-08-15drm/i915: Store the active context object on all engines upon errorChris Wilson
2016-08-15drm/i915: Reduce amount of duplicate buffer information captured on errorChris Wilson
2016-08-15drm/i915: Record the position of the start of the requestChris Wilson
2016-08-05drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson
2016-08-04drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson
2016-08-04drm/i915: Wrap vma->pin_count accessors with small inline helpersChris Wilson
2016-08-04drm/i915: Rename request->list to link for consistencyChris Wilson