index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gpu_error.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Make HWS_NEEDS_PHYSICAL the exception
Carlos Santa
2016-09-07
1
-1
/
+1
*
drm/i915: Don't wait for a spinlock inside error capture
Chris Wilson
2016-09-06
1
-5
/
+20
*
drm/i915: pdev cleanup
David Weinehall
2016-08-22
1
-4
/
+5
*
drm/i915: Embed the io-mapping struct inside drm_i915_private
Chris Wilson
2016-08-19
1
-1
/
+1
*
drm/i915: Move fence tracking from object to vma
Chris Wilson
2016-08-18
1
-1
/
+1
*
drm/i915: Record the RING_MODE register for post-mortem debugging
Chris Wilson
2016-08-15
1
-0
/
+3
*
drm/i915: Only record active and pending requests upon a GPU hang
Chris Wilson
2016-08-15
1
-48
/
+61
*
drm/i915: Print the batchbuffer offset next to BBADDR in error state
Chris Wilson
2016-08-15
1
-2
/
+13
*
drm/i915: Move debug only per-request pid tracking from request to ctx
Chris Wilson
2016-08-15
1
-3
/
+10
*
drm/i915: Track pinned VMA
Chris Wilson
2016-08-15
1
-34
/
+24
*
drm/i915: Use VMA for wa_ctx tracking
Chris Wilson
2016-08-15
1
-1
/
+1
*
drm/i915: Use VMA as the primary tracker for semaphore page
Chris Wilson
2016-08-15
1
-9
/
+7
*
drm/i915: Use VMA for scratch page tracking
Chris Wilson
2016-08-15
1
-1
/
+1
*
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
2016-08-15
1
-2
/
+2
*
drm/i915: Use VMA as the primary object for context state
Chris Wilson
2016-08-15
1
-3
/
+4
*
drm/i915: Reduce i915_gem_objects to only show object information
Chris Wilson
2016-08-15
1
-0
/
+15
*
drm/i915: Store the active context object on all engines upon error
Chris Wilson
2016-08-15
1
-24
/
+4
*
drm/i915: Reduce amount of duplicate buffer information captured on error
Chris Wilson
2016-08-15
1
-123
/
+101
*
drm/i915: Record the position of the start of the request
Chris Wilson
2016-08-15
1
-2
/
+4
*
drm/i915: Repack fence tiling mode and stride into a single integer
Chris Wilson
2016-08-05
1
-1
/
+1
*
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
2016-08-04
1
-2
/
+2
*
drm/i915: Wrap vma->pin_count accessors with small inline helpers
Chris Wilson
2016-08-04
1
-2
/
+2
*
drm/i915: Rename request->list to link for consistency
Chris Wilson
2016-08-04
1
-2
/
+2
*
drm/i915: Mark up i915_gem_active for locking annotation
Chris Wilson
2016-08-04
1
-6
/
+23
*
drm/i915: Prepare i915_gem_active for annotations
Chris Wilson
2016-08-04
1
-3
/
+6
*
drm/i915: Introduce i915_gem_active for request tracking
Chris Wilson
2016-08-04
1
-4
/
+3
*
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-08-02
1
-4
/
+4
*
drm/i915: Rename request->ringbuf to request->ring
Chris Wilson
2016-08-02
1
-11
/
+8
*
drm/i915: Avoid using intel_engine_cs *ring for GPU error capture
Chris Wilson
2016-07-27
1
-199
/
+204
*
drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
Chris Wilson
2016-07-20
1
-1
/
+1
*
drm/i915: Derive GEM requests from dma-fence
Chris Wilson
2016-07-20
1
-1
/
+1
*
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-05
1
-2
/
+3
*
drm/i915: Skip capturing an error state if we already have one
Chris Wilson
2016-07-05
1
-0
/
+3
*
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-07-04
1
-3
/
+3
*
drm/i915: Allow userspace to request no-error-capture upon GPU hangs
Chris Wilson
2016-07-04
1
-8
/
+12
*
drm/i915: Record the ringbuffer associated with the request
Chris Wilson
2016-07-04
1
-20
/
+8
*
drm/i915: Fix inconsistent indenting in i915_error_state_to_str()
Chris Wilson
2016-07-02
1
-1
/
+1
*
drm/i915: Use HWS for seqno tracking everywhere
Chris Wilson
2016-07-01
1
-1
/
+1
*
drm/i915: Slaughter the thundering i915_wait_request herd
Chris Wilson
2016-07-01
1
-2
/
+58
*
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
Tvrtko Ursulin
2016-05-11
1
-1
/
+1
*
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-05-09
1
-42
/
+37
*
drm/i915: Separate out the seqno-barrier from engine->get_seqno
Chris Wilson
2016-04-09
1
-1
/
+1
*
drm/i915: Include engine->last_submitted_seqno in GPU error state
Chris Wilson
2016-04-08
1
-0
/
+2
*
drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)
Joonas Lahtinen
2016-04-07
1
-3
/
+4
*
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
2016-03-31
1
-5
/
+7
*
drm/i915: introduce for_each_engine_id()
Dave Gordon
2016-03-24
1
-3
/
+3
*
drm/i915/tdr: Prepare error handler to accept mask of hung engines
arun.siluvery@linux.intel.com
2016-03-22
1
-4
/
+4
*
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
2016-03-18
1
-5
/
+5
*
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
2016-03-16
1
-6
/
+6
*
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
2016-03-16
1
-9
/
+9
[next]