index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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/execlists: Pack the count into the low bits of the port.request
Chris Wilson
2017-05-17
1
-4
/
+9
*
drm/i915: Capture CCID on ILK
Joonas Lahtinen
2017-04-28
1
-1
/
+1
*
drm/i915: Eliminate HAS_HW_CONTEXTS
Joonas Lahtinen
2017-04-28
1
-3
/
+3
*
drm/i915: Copy user requested buffers into the error state
Chris Wilson
2017-04-15
1
-1
/
+39
*
drm/i915: Split breadcrumbs spinlock into two
Chris Wilson
2017-03-03
1
-4
/
+4
*
drm/i915: Include power-management state in gpu error dump
Chris Wilson
2017-03-02
1
-0
/
+4
*
drm/i915: Include GT/seqno activity in engine/hangcheck debugfs
Chris Wilson
2017-03-02
1
-0
/
+3
*
drm/i915: Add i915_param charp macro magic
Chris Wilson
2017-02-22
1
-0
/
+22
*
drm/i915: The return of i915_gpu_info to debugfs
Chris Wilson
2017-02-14
1
-77
/
+88
*
drm/i915: Capture module parameters for the GPU error state
Chris Wilson
2017-02-06
1
-7
/
+35
*
drm/i915: Record more information about the hanging contexts
Chris Wilson
2017-01-31
1
-28
/
+49
*
drm/i915/error: use rb_entry()
Geliang Tang
2017-01-23
1
-1
/
+1
*
drm/i915: Use __printf markup to silence compiler
Chris Wilson
2017-01-16
1
-0
/
+1
*
drm/i915: Consolidate checks for memcpy-from-wc support
Chris Wilson
2017-01-06
1
-1
/
+1
*
drm/i915: Complete kerneldoc for struct i915_gem_context
Chris Wilson
2016-12-31
1
-1
/
+1
*
drm/i915: replace platform flags with a platform enum
Jani Nikula
2016-12-07
1
-0
/
+1
*
drm/i915: Use memcpy_from_wc for GPU error capture
Chris Wilson
2016-12-06
1
-13
/
+37
*
drm/i915: Make i915_destroy_error_state take dev_priv
Tvrtko Ursulin
2016-12-01
1
-3
/
+2
*
drm/i915: Wipe hang stats as an embedded struct
Mika Kuoppala
2016-11-21
1
-1
/
+1
*
drm/i915: Add per client max context ban limit
Mika Kuoppala
2016-11-21
1
-4
/
+6
*
drm/i915: Add bannable context parameter
Mika Kuoppala
2016-11-21
1
-2
/
+3
*
drm/i915: Decouple hang detection from hangcheck period
Mika Kuoppala
2016-11-21
1
-34
/
+12
*
drm/i915: Split up hangcheck phases
Mika Kuoppala
2016-11-21
1
-2
/
+6
*
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
2016-11-18
1
-2
/
+2
*
drm/i915: dev_priv cleanup in i915_gpu_error.c
Tvrtko Ursulin
2016-11-17
1
-11
/
+9
*
drm/i915: More assorted dev_priv cleanups
Tvrtko Ursulin
2016-11-11
1
-1
/
+1
*
drm/i915: Assorted dev_priv cleanups
Tvrtko Ursulin
2016-11-11
1
-1
/
+1
*
drm/i915: Remove two sloppy inline functions from .h
Joonas Lahtinen
2016-11-08
1
-4
/
+7
*
drm/i915: Avoid accessing request->timeline outside of its lifetime
Chris Wilson
2016-11-01
1
-1
/
+1
*
drm/i915: Convert breadcrumbs spinlock to be irqsafe
Chris Wilson
2016-10-28
1
-4
/
+4
*
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
2016-10-28
1
-19
/
+29
*
drm/i915: Introduce a global_seqno for each request
Chris Wilson
2016-10-28
1
-1
/
+1
*
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-10-28
1
-3
/
+3
*
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
2016-10-28
1
-3
/
+3
*
drm/i915: Refactor object page API
Chris Wilson
2016-10-28
1
-2
/
+2
*
drm/i915: Include the kernel uptime in the error state
Chris Wilson
2016-10-25
1
-2
/
+10
*
drm/i915: Augment i915 error state to include the dump of GuC log buffer
Akash Goel
2016-10-25
1
-0
/
+15
*
drm/i915: Add a sunset clause to GPU hang logging
Chris Wilson
2016-10-20
1
-1
/
+4
*
drm/i915: Remove unused "valid" parameter from pte_encode
Michał Winiarski
2016-10-14
1
-1
/
+1
*
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-5
/
+5
*
drm/i915: Make IS_VALLEYVIEW only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-2
/
+2
*
drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-2
/
+2
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-14
/
+14
*
drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEAD
Chris Wilson
2016-10-13
1
-1
/
+1
*
drm/i915: Record the current requests queue for execlists upon hang
Chris Wilson
2016-10-13
1
-19
/
+45
*
drm/i915: Compress GPU objects in error state
Chris Wilson
2016-10-12
1
-21
/
+155
*
drm/i915: Consolidate error object printing
Chris Wilson
2016-10-12
1
-75
/
+25
*
drm/i915: Always use the GTT for error capture
Chris Wilson
2016-10-12
1
-78
/
+42
*
drm/i915: Stop the machine whilst capturing the GPU crash dump
Chris Wilson
2016-10-12
1
-18
/
+28
*
drm/i915: Allow disabling error capture
Chris Wilson
2016-10-12
1
-0
/
+3
[next]