index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gpu_error.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-12
drm/i915: make mappable struct resource centric
Matthew Auld
1
-1
/
+1
2017-12-01
drm/i915: Set fake_vma.size as well as fake_vma.node.size for capture
Chris Wilson
1
-0
/
+1
2017-11-27
drm/i915: Record default HW state in the GPU error state
Chris Wilson
1
-0
/
+23
2017-11-20
drm/i915: Remove obsolete ringbuffer emission for gen8+
Chris Wilson
1
-36
/
+0
2017-11-13
drm/i915: There is only one fault register from GEN8 onwards
Michel Thierry
1
-3
/
+5
2017-11-06
drm/i915: Handle error-state modparams in dedicated functions
Michal Wajdeczko
1
-9
/
+17
2017-11-06
drm/i915: Make GuC log part of the uC error state
Michal Wajdeczko
1
-15
/
+3
2017-11-06
drm/i915: Add Guc/HuC firmware details to error state
Michal Wajdeczko
1
-0
/
+64
2017-10-11
drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"
Sagar Arun Kamble
1
-2
/
+2
2017-10-04
drm/i915/execlists: Keep request->priority for its lifetime
Chris Wilson
1
-4
/
+6
2017-09-28
Merge drm-upstream/drm-next into drm-intel-next-queued
Jani Nikula
1
-3
/
+3
2017-09-26
drm/i915: Extend I915_PARAMS_FOR_EACH with default member value
Michal Wajdeczko
1
-3
/
+3
2017-09-25
drm/i915: Make execlist port count variable
Mika Kuoppala
1
-5
/
+12
2017-09-25
drm/i915: Make own struct for execlist items
Mika Kuoppala
1
-2
/
+2
2017-09-22
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
1
-3
/
+3
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-3
/
+3
2017-07-27
drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updates
Chris Wilson
1
-4
/
+4
2017-06-20
drm/i915: Add engine reset count to error state
Michel Thierry
1
-0
/
+3
2017-05-17
drm/i915/execlists: Pack the count into the low bits of the port.request
Chris Wilson
1
-4
/
+9
2017-04-28
drm/i915: Capture CCID on ILK
Joonas Lahtinen
1
-1
/
+1
2017-04-28
drm/i915: Eliminate HAS_HW_CONTEXTS
Joonas Lahtinen
1
-3
/
+3
2017-04-15
drm/i915: Copy user requested buffers into the error state
Chris Wilson
1
-1
/
+39
2017-03-03
drm/i915: Split breadcrumbs spinlock into two
Chris Wilson
1
-4
/
+4
2017-03-02
drm/i915: Include power-management state in gpu error dump
Chris Wilson
1
-0
/
+4
2017-03-02
drm/i915: Include GT/seqno activity in engine/hangcheck debugfs
Chris Wilson
1
-0
/
+3
2017-02-22
drm/i915: Add i915_param charp macro magic
Chris Wilson
1
-0
/
+22
2017-02-14
drm/i915: The return of i915_gpu_info to debugfs
Chris Wilson
1
-77
/
+88
2017-02-06
drm/i915: Capture module parameters for the GPU error state
Chris Wilson
1
-7
/
+35
2017-01-31
drm/i915: Record more information about the hanging contexts
Chris Wilson
1
-28
/
+49
2017-01-23
drm/i915/error: use rb_entry()
Geliang Tang
1
-1
/
+1
2017-01-16
drm/i915: Use __printf markup to silence compiler
Chris Wilson
1
-0
/
+1
2017-01-06
drm/i915: Consolidate checks for memcpy-from-wc support
Chris Wilson
1
-1
/
+1
2016-12-31
drm/i915: Complete kerneldoc for struct i915_gem_context
Chris Wilson
1
-1
/
+1
2016-12-07
drm/i915: replace platform flags with a platform enum
Jani Nikula
1
-0
/
+1
2016-12-06
drm/i915: Use memcpy_from_wc for GPU error capture
Chris Wilson
1
-13
/
+37
2016-12-01
drm/i915: Make i915_destroy_error_state take dev_priv
Tvrtko Ursulin
1
-3
/
+2
2016-11-21
drm/i915: Wipe hang stats as an embedded struct
Mika Kuoppala
1
-1
/
+1
2016-11-21
drm/i915: Add per client max context ban limit
Mika Kuoppala
1
-4
/
+6
2016-11-21
drm/i915: Add bannable context parameter
Mika Kuoppala
1
-2
/
+3
2016-11-21
drm/i915: Decouple hang detection from hangcheck period
Mika Kuoppala
1
-34
/
+12
2016-11-21
drm/i915: Split up hangcheck phases
Mika Kuoppala
1
-2
/
+6
2016-11-18
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
1
-2
/
+2
2016-11-17
drm/i915: dev_priv cleanup in i915_gpu_error.c
Tvrtko Ursulin
1
-11
/
+9
2016-11-11
drm/i915: More assorted dev_priv cleanups
Tvrtko Ursulin
1
-1
/
+1
2016-11-11
drm/i915: Assorted dev_priv cleanups
Tvrtko Ursulin
1
-1
/
+1
2016-11-08
drm/i915: Remove two sloppy inline functions from .h
Joonas Lahtinen
1
-4
/
+7
2016-11-01
drm/i915: Avoid accessing request->timeline outside of its lifetime
Chris Wilson
1
-1
/
+1
2016-10-28
drm/i915: Convert breadcrumbs spinlock to be irqsafe
Chris Wilson
1
-4
/
+4
2016-10-28
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
1
-19
/
+29
2016-10-28
drm/i915: Introduce a global_seqno for each request
Chris Wilson
1
-1
/
+1
[next]