index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
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
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
1
-3
/
+3
2016-10-28
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
1
-3
/
+3
2016-10-28
drm/i915: Refactor object page API
Chris Wilson
1
-2
/
+2
2016-10-25
drm/i915: Include the kernel uptime in the error state
Chris Wilson
1
-2
/
+10
2016-10-25
drm/i915: Augment i915 error state to include the dump of GuC log buffer
Akash Goel
1
-0
/
+15
2016-10-20
drm/i915: Add a sunset clause to GPU hang logging
Chris Wilson
1
-1
/
+4
2016-10-14
drm/i915: Remove unused "valid" parameter from pte_encode
MichaĆ Winiarski
1
-1
/
+1
2016-10-14
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
1
-5
/
+5
2016-10-14
drm/i915: Make IS_VALLEYVIEW only take dev_priv
Tvrtko Ursulin
1
-2
/
+2
2016-10-14
drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv
Tvrtko Ursulin
1
-2
/
+2
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-14
/
+14
2016-10-13
drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEAD
Chris Wilson
1
-1
/
+1
2016-10-13
drm/i915: Record the current requests queue for execlists upon hang
Chris Wilson
1
-19
/
+45
2016-10-12
drm/i915: Compress GPU objects in error state
Chris Wilson
1
-21
/
+155
2016-10-12
drm/i915: Consolidate error object printing
Chris Wilson
1
-75
/
+25
2016-10-12
drm/i915: Always use the GTT for error capture
Chris Wilson
1
-78
/
+42
2016-10-12
drm/i915: Stop the machine whilst capturing the GPU crash dump
Chris Wilson
1
-18
/
+28
2016-10-12
drm/i915: Allow disabling error capture
Chris Wilson
1
-0
/
+3
2016-10-12
drm/i915: Move common code out of i915_gpu_error.c
Chris Wilson
1
-105
/
+1
2016-10-05
drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAG
Joonas Lahtinen
1
-3
/
+1
2016-10-05
drm/i915: Show bounds of active request in the ring on GPU hang
Chris Wilson
1
-2
/
+7
2016-09-21
drm/i915: Try to print INSTDONE bits for all slice/subslice
Ben Widawsky
1
-6
/
+70
2016-09-21
drm/i915: Cleanup instdone collection
Ben Widawsky
1
-24
/
+60
2016-09-08
drm/i915: Make HWS_NEEDS_PHYSICAL the exception
Carlos Santa
1
-1
/
+1
2016-09-06
drm/i915: Don't wait for a spinlock inside error capture
Chris Wilson
1
-5
/
+20
2016-08-22
drm/i915: pdev cleanup
David Weinehall
1
-4
/
+5
2016-08-19
drm/i915: Embed the io-mapping struct inside drm_i915_private
Chris Wilson
1
-1
/
+1
2016-08-19
drm/i915: Move fence tracking from object to vma
Chris Wilson
1
-1
/
+1
2016-08-15
drm/i915: Record the RING_MODE register for post-mortem debugging
Chris Wilson
1
-0
/
+3
2016-08-15
drm/i915: Only record active and pending requests upon a GPU hang
Chris Wilson
1
-48
/
+61
2016-08-15
drm/i915: Print the batchbuffer offset next to BBADDR in error state
Chris Wilson
1
-2
/
+13
2016-08-15
drm/i915: Move debug only per-request pid tracking from request to ctx
Chris Wilson
1
-3
/
+10
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
1
-34
/
+24
2016-08-15
drm/i915: Use VMA for wa_ctx tracking
Chris Wilson
1
-1
/
+1
2016-08-15
drm/i915: Use VMA as the primary tracker for semaphore page
Chris Wilson
1
-9
/
+7
2016-08-15
drm/i915: Use VMA for scratch page tracking
Chris Wilson
1
-1
/
+1
2016-08-15
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
1
-2
/
+2
2016-08-15
drm/i915: Use VMA as the primary object for context state
Chris Wilson
1
-3
/
+4
2016-08-15
drm/i915: Reduce i915_gem_objects to only show object information
Chris Wilson
1
-0
/
+15
2016-08-15
drm/i915: Store the active context object on all engines upon error
Chris Wilson
1
-24
/
+4
2016-08-15
drm/i915: Reduce amount of duplicate buffer information captured on error
Chris Wilson
1
-123
/
+101
[next]