summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
AgeCommit message (Expand)Author
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
2016-08-04drm/i915: Mark up i915_gem_active for locking annotationChris Wilson
2016-08-04drm/i915: Prepare i915_gem_active for annotationsChris Wilson
2016-08-04drm/i915: Introduce i915_gem_active for request trackingChris Wilson
2016-08-02drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson
2016-08-02drm/i915: Rename request->ringbuf to request->ringChris Wilson
2016-07-27drm/i915: Avoid using intel_engine_cs *ring for GPU error captureChris Wilson
2016-07-20drm/i915: Convert i915_semaphores_is_enabled over to early sanitizeChris Wilson
2016-07-20drm/i915: Derive GEM requests from dma-fenceChris Wilson
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-05drm/i915: Skip capturing an error state if we already have oneChris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-07-04drm/i915: Allow userspace to request no-error-capture upon GPU hangsChris Wilson
2016-07-04drm/i915: Record the ringbuffer associated with the requestChris Wilson
2016-07-02drm/i915: Fix inconsistent indenting in i915_error_state_to_str()Chris Wilson
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson
2016-05-11drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson
2016-04-09drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson
2016-04-08drm/i915: Include engine->last_submitted_seqno in GPU error stateChris Wilson
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen
2016-03-24drm/i915: introduce for_each_engine_id()Dave Gordon
2016-03-22drm/i915/tdr: Prepare error handler to accept mask of hung enginesarun.siluvery@linux.intel.com
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin
2016-03-16drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin