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
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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-09
drm/i915: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-04-25
drm/i915: Drop rq->ring->vma peeking from error capture
Chris Wilson
1
-1
/
+0
2020-02-16
drm/i915: Track hw reported context runtime
Tvrtko Ursulin
1
-0
/
+4
2020-01-29
drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPT
Chris Wilson
1
-0
/
+1
2020-01-27
drm/i915: Stub out i915_gpu_coredump_put
Chris Wilson
1
-0
/
+4
2020-01-17
drm/i915: Fix i915_error_state_store error defination
Zhang Xiaoxu
1
-2
/
+1
2020-01-13
drm/i915: Fix too few arguments to function i915_capture_error_state
Zhang Xiaoxu
1
-4
/
+2
2020-01-13
drm/i915: Fix multiple definition of 'i915_vma_capture_finish'
Zhang Xiaoxu
1
-2
/
+3
2020-01-11
drm/i915: Correct typo in i915_vma_compress_finish stub
Chris Wilson
1
-2
/
+3
2020-01-10
drm/i915: Drop request list from error state
Chris Wilson
1
-2
/
+1
2020-01-10
drm/i915: Drop the shadow ring state from the error capture
Chris Wilson
1
-4
/
+0
2020-01-10
drm/i915: Start chopping up the GPU error capture
Chris Wilson
1
-119
/
+209
2019-10-30
drm/i915/tgl: Add gam instdone
Mika Kuoppala
1
-0
/
+1
2019-10-30
drm/i915/tgl: Add SFC instdone to error state
Mika Kuoppala
1
-0
/
+1
2019-10-25
drm/i915: capture aux page table error register
Lionel Landwerlin
1
-0
/
+1
2019-10-24
drm/i915/gt: Replace hangcheck by heartbeats
Chris Wilson
1
-2
/
+0
2019-10-04
drm/i915: Remove logical HW ID
Chris Wilson
1
-1
/
+0
2019-09-10
drm/i915: include GTT page-size info in error state
Matthew Auld
1
-0
/
+2
2019-08-08
drm/i915: Only include active engines in the capture state
Chris Wilson
1
-2
/
+5
2019-07-23
drm/i915: Rely on spinlock protection for GPU error capture
Chris Wilson
1
-17
/
+0
2019-07-13
drm/i915/uc: move GuC and HuC files under gt/uc/
Daniele Ceraolo Spurio
1
-1
/
+1
2019-07-12
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
1
-49
/
+3
2019-04-25
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
1
-4
/
+0
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
1
-1
/
+2
2019-04-02
drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
Chris Wilson
1
-1
/
+1
2019-03-21
drm/i915: Stop storing ctx->user_handle
Chris Wilson
1
-1
/
+0
2019-03-05
drm/i915: Stop capturing semaphore registers for gen6/7 GPU hangs
Chris Wilson
1
-1
/
+0
2019-02-26
drm/i915: Remove i915_request.global_seqno
Chris Wilson
1
-2
/
+0
2019-02-26
drm/i915: Remove access to global seqno in the HWSP
Chris Wilson
1
-3
/
+0
2019-02-19
drm/i915: Use time based guilty context banning
Chris Wilson
1
-3
/
+0
2019-02-08
drm/i915: Revoke mmaps and prevent access to fence registers across reset
Chris Wilson
1
-30
/
+9
2019-01-30
drm/i915: Drop fake breadcrumb irq
Chris Wilson
1
-5
/
+0
2019-01-30
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
1
-8
/
+1
2019-01-25
drm/i915: Remove GPU reset dependence on struct_mutex
Chris Wilson
1
-21
/
+7
2019-01-16
drm/i915: Serialise concurrent calls to i915_gem_set_wedged()
Chris Wilson
1
-1
/
+3
2019-01-02
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
1
-0
/
+1
2018-11-23
drm/i915: Cache the error string
Chris Wilson
1
-16
/
+12
2018-11-19
drm/i915: Prevent machine hang from Broxton's vtd w/a and error capture
Chris Wilson
1
-1
/
+7
2018-10-03
drm/i915: Handle incomplete Z_FINISH for compressed error states
Chris Wilson
1
-0
/
+1
2018-07-06
drm/i915: Track vma activity per fence.context, not per engine
Chris Wilson
1
-1
/
+1
2018-05-18
drm/i915/icl: Read the correct Gen11 interrupt registers
Oscar Mateo
1
-1
/
+1
2018-05-02
drm/i915: Show ring->start for the ELSP context/request queue
Chris Wilson
1
-0
/
+1
2018-05-02
drm/i915: Print error state times relative to capture
Mika Kuoppala
1
-0
/
+2
2018-04-18
drm/i915: Pack params to engine->schedule() into a struct
Chris Wilson
1
-2
/
+3
2018-04-07
drm/i915: Pass the set of guilty engines to i915_reset()
Chris Wilson
1
-0
/
+3
2018-03-20
drm/i915: Add control flags to i915_handle_error()
Chris Wilson
1
-0
/
+3
2018-03-10
drm/i915: Move i915_gpu_error into its own header
Michal Wajdeczko
1
-0
/
+356