index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gpu_error.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
Merge drm/drm-next into drm-intel-gt-next
Rodrigo Vivi
1
-0
/
+6
2022-04-05
drm/i915: Track context current active time
Tvrtko Ursulin
1
-1
/
+1
2022-04-01
drm/i915/dmc: abstract GPU error state dump
Jani Nikula
1
-0
/
+6
2022-03-22
drm/i915/guc: Print the GuC error capture output register list.
Alan Previn
1
-0
/
+5
2022-03-22
drm/i915/guc: Plumb GuC-capture into gpu_coredump
Alan Previn
1
-9
/
+21
2022-03-11
drm/i915/gt: Remove GEN12_SFC_DONE_MAX from register defs header
Matt Roper
1
-1
/
+1
2022-02-14
drm/i915: move i915_reset_count()/i915_reset_engine_count() out of i915_drv.h
Jani Nikula
1
-0
/
+11
2021-11-26
drm/i915: Avoid allocating a page array for the gpu coredump
Thomas Hellström
1
-3
/
+1
2021-05-22
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-2
/
+0
2021-05-19
gpu: drm: replace occurrences of invalid character
Mauro Carvalho Chehab
1
-1
/
+1
2021-05-07
drm/i915: Nuke display error state
Ville Syrjälä
1
-2
/
+0
2020-11-09
drm/i915: Improve record of hung engines in error state
Tvrtko Ursulin
1
-3
/
+7
2020-07-08
drm/i915: Move the engine mask to intel_gt_info
Daniele Ceraolo Spurio
1
-0
/
+3
2020-05-09
drm/i915: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-04-24
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-23
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-09
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-24
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-29
drm/i915: Drop fake breadcrumb irq
Chris Wilson
1
-5
/
+0
2019-01-29
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
[next]