aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi1-13/+8
2022-04-05drm/i915: Track context current active timeTvrtko Ursulin1-6/+3
2022-04-01drm/i915/dmc: abstract GPU error state dumpJani Nikula1-9/+1
2022-03-30drm/i915: Move intel_vtd_active and run_as_guest to i915_utilsTvrtko Ursulin1-1/+2
2022-03-22drm/i915/guc: Print the GuC error capture output register list.Alan Previn1-8/+8
2022-03-22drm/i915/guc: Plumb GuC-capture into gpu_coredumpAlan Previn1-83/+183
2022-03-14drm/i915/xehp: Update topology dumps for Xe_HPMatt Roper1-1/+1
2022-03-11drm/i915/gt: Remove GEN12_SFC_DONE_MAX from register defs headerMatt Roper1-2/+2
2022-03-04drm/i915: include linux/highmem.h and linux/swap.h where neededJani Nikula1-0/+1
2022-03-02drm/i915: Use str_yes_no()Lucas De Marchi1-4/+5
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-nextRodrigo Vivi1-48/+41
2022-02-14drm/i915: don't include drm_cache.h in i915_drv.hJani Nikula1-0/+1
2022-02-10drm/i915: move the DRIVER_* macros to i915_driver.[ch]Jani Nikula1-0/+1
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper1-0/+1
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-78/+156
2022-01-21drm/i915: Allocate intel_engine_coredump_alloc with ALLOW_FAILMatthew Brost1-1/+1
2022-01-11drm/i915/gt: Move engine registers to their own headerMatt Roper1-0/+1
2022-01-11drm/i915: Use struct vma_resource instead of struct vma_snapshotThomas Hellström1-47/+40
2022-01-11drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström1-3/+3
2021-12-17drm/i915: Use to_gt() helperMichał Winiarski1-2/+2
2021-12-13drm/i915: Fix coredump of perma-pinned vmasThomas Hellström1-6/+3
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström1-48/+128
2021-12-01drm/i915: Use per device iommu checkTvrtko Ursulin1-4/+1
2021-11-26drm/i915: Use __GFP_KSWAPD_RECLAIM in the capture codeThomas Hellström1-1/+1
2021-11-26drm/i915: Avoid allocating a page array for the gpu coredumpThomas Hellström1-23/+27
2021-09-20drm/i915: Check SFC fusing before recording/dumping SFC_DONEMatt Roper1-2/+4
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-1/+18
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+22
2021-08-12drm/i915: Only access SFC_DONE when media domain is not fused offMatt Roper1-1/+18
2021-08-11drm/i915/dg2: Report INSTDONE_GEOM values in error stateMatt Roper1-2/+8
2021-08-11drm/i915/xehp: Loop over all gslices for INSTDONE processingMatt Roper1-9/+23
2021-07-27drm/i915/guc: Capture error state on context resetMatthew Brost1-4/+21
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström1-1/+1
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost1-2/+2
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-40/+40
2021-06-02drm/i915/dmc: Add intel_dmc_has_payload() helperAnusha Srivatsa1-1/+1
2021-05-19drm/i915/dmc: s/intel_csr.c/intel_dmc.c and s/intel_csr.h/intel_dmc.hAnusha Srivatsa1-1/+1
2021-05-19drm/i915/dmc: Rename macro names containing csrAnusha Srivatsa1-2/+2
2021-05-19drm/i915/dmc: s/HAS_CSR/HAS_DMCAnusha Srivatsa1-1/+1
2021-05-19drm/i915/dmc: s/intel_csr/intel_dmcAnusha Srivatsa1-4/+4
2021-05-07drm/i915: Nuke display error stateVille Syrjälä1-6/+0
2021-03-11Merge drm/drm-next into drm-intel-nextJani Nikula1-1/+3
2021-02-02drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+1
2021-01-19drm/i915/error: Fix object page offset within a regionCQ Tang1-1/+3
2020-12-23drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson1-1/+1
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-38/+30
2020-11-09drm/i915: Use ABI engine class in error state ecodeTvrtko Ursulin1-4/+3
2020-11-09drm/i915: Improve record of hung engines in error stateTvrtko Ursulin1-12/+23
2020-10-19drm/i915: Use the active reference on the vma while capturingChris Wilson1-2/+1
2020-10-16drm/i915: Use the active reference on the vma while capturingChris Wilson1-2/+1