aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-05drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen1-3/+1
2016-10-05drm/i915: Show bounds of active request in the ring on GPU hangChris Wilson1-2/+7
2016-09-21drm/i915: Try to print INSTDONE bits for all slice/subsliceBen Widawsky1-6/+70
2016-09-21drm/i915: Cleanup instdone collectionBen Widawsky1-24/+60
2016-09-07drm/i915: Make HWS_NEEDS_PHYSICAL the exceptionCarlos Santa1-1/+1
2016-09-06drm/i915: Don't wait for a spinlock inside error captureChris Wilson1-5/+20
2016-08-22drm/i915: pdev cleanupDavid Weinehall1-4/+5
2016-08-19drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson1-1/+1
2016-08-18drm/i915: Move fence tracking from object to vmaChris Wilson1-1/+1
2016-08-15drm/i915: Record the RING_MODE register for post-mortem debuggingChris Wilson1-0/+3
2016-08-15drm/i915: Only record active and pending requests upon a GPU hangChris Wilson1-48/+61
2016-08-15drm/i915: Print the batchbuffer offset next to BBADDR in error stateChris Wilson1-2/+13
2016-08-15drm/i915: Move debug only per-request pid tracking from request to ctxChris Wilson1-3/+10
2016-08-15drm/i915: Track pinned VMAChris Wilson1-34/+24
2016-08-15drm/i915: Use VMA for wa_ctx trackingChris Wilson1-1/+1
2016-08-15drm/i915: Use VMA as the primary tracker for semaphore pageChris Wilson1-9/+7
2016-08-15drm/i915: Use VMA for scratch page trackingChris Wilson1-1/+1
2016-08-15drm/i915: Use VMA for ringbuffer trackingChris Wilson1-2/+2
2016-08-15drm/i915: Use VMA as the primary object for context stateChris Wilson1-3/+4
2016-08-15drm/i915: Reduce i915_gem_objects to only show object informationChris Wilson1-0/+15
2016-08-15drm/i915: Store the active context object on all engines upon errorChris Wilson1-24/+4
2016-08-15drm/i915: Reduce amount of duplicate buffer information captured on errorChris Wilson1-123/+101
2016-08-15drm/i915: Record the position of the start of the requestChris Wilson1-2/+4
2016-08-05drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson1-1/+1
2016-08-04drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson1-2/+2
2016-08-04drm/i915: Wrap vma->pin_count accessors with small inline helpersChris Wilson1-2/+2
2016-08-04drm/i915: Rename request->list to link for consistencyChris Wilson1-2/+2
2016-08-04drm/i915: Mark up i915_gem_active for locking annotationChris Wilson1-6/+23
2016-08-04drm/i915: Prepare i915_gem_active for annotationsChris Wilson1-3/+6
2016-08-04drm/i915: Introduce i915_gem_active for request trackingChris Wilson1-4/+3
2016-08-02drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson1-4/+4
2016-08-02drm/i915: Rename request->ringbuf to request->ringChris Wilson1-11/+8
2016-07-27drm/i915: Avoid using intel_engine_cs *ring for GPU error captureChris Wilson1-199/+204
2016-07-20drm/i915: Convert i915_semaphores_is_enabled over to early sanitizeChris Wilson1-1/+1
2016-07-20drm/i915: Derive GEM requests from dma-fenceChris Wilson1-1/+1
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson1-2/+3
2016-07-05drm/i915: Skip capturing an error state if we already have oneChris Wilson1-0/+3
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-3/+3
2016-07-04drm/i915: Allow userspace to request no-error-capture upon GPU hangsChris Wilson1-8/+12
2016-07-04drm/i915: Record the ringbuffer associated with the requestChris Wilson1-20/+8
2016-07-02drm/i915: Fix inconsistent indenting in i915_error_state_to_str()Chris Wilson1-1/+1
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson1-1/+1
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson1-2/+58
2016-05-11drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin1-1/+1
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson1-42/+37
2016-04-09drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson1-1/+1
2016-04-08drm/i915: Include engine->last_submitted_seqno in GPU error stateChris Wilson1-0/+2
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen1-3/+4
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen1-5/+7
2016-03-24drm/i915: introduce for_each_engine_id()Dave Gordon1-3/+3