aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-11-141-10/+18
|\
| * drm/i915/xehp: Check for faults on primary GAMMatt Roper2022-10-171-2/+10
| * Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-09-151-2/+1
| |\
| * | drm/i915/uc: Support for version reduced and multiple firmware filesJohn Harrison2022-09-071-8/+8
* | | drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula2022-11-111-0/+1
| |/ |/|
* | Merge drm/drm-next into drm-intel-nextJani Nikula2022-08-291-7/+60
|\|
| * drm/i915/guc: Record CTB info in error logsJohn Harrison2022-08-171-9/+50
| * drm/i915/guc: Add GuC <-> kernel time stamp translation informationJohn Harrison2022-08-171-0/+12
* | drm/i915: combine device info printing into oneJani Nikula2022-08-241-2/+1
|/
* drm/i915/gt: Add general DSS steering iterator to intel_gt_mcrMatt Roper2022-07-081-22/+10
* drm/i915/error: skip non-mappable pagesMatthew Auld2022-07-011-3/+7
* drm/i915: Fix a lockdep warning at error captureNirmoy Das2022-06-291-2/+6
* drm/i915: Add extra registers to GPU error dumpStuart Summers2022-06-021-0/+19
* Revert "drm/i915: Drop has_gt_uc from device info"Tvrtko Ursulin2022-05-201-1/+1
* drm/i915: Drop has_gt_uc from device infoJosé Roberto de Souza2022-05-061-1/+1
* Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi2022-04-211-13/+8
|\
| * drm/i915/dmc: abstract GPU error state dumpJani Nikula2022-04-011-9/+1
| * drm/i915: Move intel_vtd_active and run_as_guest to i915_utilsTvrtko Ursulin2022-03-301-1/+2
| * drm/i915: include linux/highmem.h and linux/swap.h where neededJani Nikula2022-03-041-0/+1
| * drm/i915: Use str_yes_no()Lucas De Marchi2022-03-021-4/+5
* | drm/i915: Track context current active timeTvrtko Ursulin2022-04-051-6/+3
* | drm/i915/guc: Print the GuC error capture output register list.Alan Previn2022-03-221-8/+8
* | drm/i915/guc: Plumb GuC-capture into gpu_coredumpAlan Previn2022-03-221-83/+183
* | drm/i915/xehp: Update topology dumps for Xe_HPMatt Roper2022-03-141-1/+1
* | drm/i915/gt: Remove GEN12_SFC_DONE_MAX from register defs headerMatt Roper2022-03-111-2/+2
|/
* Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi2022-02-231-48/+41
|\
| * drm/i915: Allocate intel_engine_coredump_alloc with ALLOW_FAILMatthew Brost2022-01-211-1/+1
| * drm/i915: Use struct vma_resource instead of struct vma_snapshotThomas Hellström2022-01-111-47/+40
| * drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström2022-01-111-3/+3
* | drm/i915: don't include drm_cache.h in i915_drv.hJani Nikula2022-02-141-0/+1
* | drm/i915: move the DRIVER_* macros to i915_driver.[ch]Jani Nikula2022-02-101-0/+1
* | drm/i915: Move GT registers to their own header fileMatt Roper2022-02-021-0/+1
* | Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-01-311-78/+156
|\|
| * drm/i915: Use to_gt() helperMichał Winiarski2021-12-171-2/+2
| * drm/i915: Fix coredump of perma-pinned vmasThomas Hellström2021-12-131-6/+3
| * drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström2021-12-011-48/+128
| * drm/i915: Use per device iommu checkTvrtko Ursulin2021-12-011-4/+1
| * drm/i915: Use __GFP_KSWAPD_RECLAIM in the capture codeThomas Hellström2021-11-261-1/+1
| * drm/i915: Avoid allocating a page array for the gpu coredumpThomas Hellström2021-11-261-23/+27
* | drm/i915/gt: Move engine registers to their own headerMatt Roper2022-01-111-0/+1
|/
* drm/i915: Check SFC fusing before recording/dumping SFC_DONEMatt Roper2021-09-201-2/+4
* Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen2021-09-151-1/+18
|\
| * Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-011-5/+22
| |\
| * | drm/i915: Only access SFC_DONE when media domain is not fused offMatt Roper2021-08-121-1/+18
* | | drm/i915/dg2: Report INSTDONE_GEOM values in error stateMatt Roper2021-08-111-2/+8
* | | drm/i915/xehp: Loop over all gslices for INSTDONE processingMatt Roper2021-08-111-9/+23
| |/ |/|
* | drm/i915/guc: Capture error state on context resetMatthew Brost2021-07-271-4/+21
* | drm/i915: Update object placement flags to be mutableThomas Hellström2021-06-241-1/+1
* | drm/i915: Move active tracking to i915_sched_engineMatthew Brost2021-06-181-2/+2
|/
* drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-071-40/+40