summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Use VMA for wa_ctx trackingChris Wilson2016-08-151-1/+1
* drm/i915: Use VMA as the primary tracker for semaphore pageChris Wilson2016-08-151-9/+7Star
* drm/i915: Use VMA for scratch page trackingChris Wilson2016-08-151-1/+1
* drm/i915: Use VMA for ringbuffer trackingChris Wilson2016-08-151-2/+2
* drm/i915: Use VMA as the primary object for context stateChris Wilson2016-08-151-3/+4
* drm/i915: Reduce i915_gem_objects to only show object informationChris Wilson2016-08-151-0/+15
* drm/i915: Store the active context object on all engines upon errorChris Wilson2016-08-151-24/+4Star
* drm/i915: Reduce amount of duplicate buffer information captured on errorChris Wilson2016-08-151-123/+101Star
* drm/i915: Record the position of the start of the requestChris Wilson2016-08-151-2/+4
* drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson2016-08-051-1/+1
* drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson2016-08-041-2/+2
* drm/i915: Wrap vma->pin_count accessors with small inline helpersChris Wilson2016-08-041-2/+2
* drm/i915: Rename request->list to link for consistencyChris Wilson2016-08-041-2/+2
* drm/i915: Mark up i915_gem_active for locking annotationChris Wilson2016-08-041-6/+23
* drm/i915: Prepare i915_gem_active for annotationsChris Wilson2016-08-041-3/+6
* drm/i915: Introduce i915_gem_active for request trackingChris Wilson2016-08-041-4/+3Star
* drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson2016-08-021-4/+4
* drm/i915: Rename request->ringbuf to request->ringChris Wilson2016-08-021-11/+8Star
* drm/i915: Avoid using intel_engine_cs *ring for GPU error captureChris Wilson2016-07-271-199/+204
* drm/i915: Convert i915_semaphores_is_enabled over to early sanitizeChris Wilson2016-07-201-1/+1
* drm/i915: Derive GEM requests from dma-fenceChris Wilson2016-07-201-1/+1
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-2/+3
* drm/i915: Skip capturing an error state if we already have oneChris Wilson2016-07-051-0/+3
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-3/+3
* drm/i915: Allow userspace to request no-error-capture upon GPU hangsChris Wilson2016-07-041-8/+12
* drm/i915: Record the ringbuffer associated with the requestChris Wilson2016-07-041-20/+8Star
* drm/i915: Fix inconsistent indenting in i915_error_state_to_str()Chris Wilson2016-07-021-1/+1
* drm/i915: Use HWS for seqno tracking everywhereChris Wilson2016-07-011-1/+1
* drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson2016-07-011-2/+58
* drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin2016-05-111-1/+1