summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Only access SFC_DONE when media domain is not fused offMatt Roper2021-08-121-1/+18
* drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-071-40/+40
* drm/i915/dmc: Add intel_dmc_has_payload() helperAnusha Srivatsa2021-06-031-1/+1
* drm/i915/dmc: s/intel_csr.c/intel_dmc.c and s/intel_csr.h/intel_dmc.hAnusha Srivatsa2021-05-201-1/+1
* drm/i915/dmc: Rename macro names containing csrAnusha Srivatsa2021-05-201-2/+2
* drm/i915/dmc: s/HAS_CSR/HAS_DMCAnusha Srivatsa2021-05-201-1/+1
* drm/i915/dmc: s/intel_csr/intel_dmcAnusha Srivatsa2021-05-201-4/+4
* drm/i915: Nuke display error stateVille Syrjälä2021-05-071-6/+0
* Merge drm/drm-next into drm-intel-nextJani Nikula2021-03-111-1/+3
|\
| * drm/i915/error: Fix object page offset within a regionCQ Tang2021-01-191-1/+3
* | drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann2021-02-021-1/+1
|/
* drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson2020-12-231-1/+1
* Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie2020-11-131-38/+30
|\
| * drm/i915: Use ABI engine class in error state ecodeTvrtko Ursulin2020-11-091-4/+3
| * drm/i915: Improve record of hung engines in error stateTvrtko Ursulin2020-11-091-12/+23
| * drm/i915: Use the active reference on the vma while capturingChris Wilson2020-10-161-2/+1
| * drm/i915: Reduce GPU error capture mutex hold timeChris Wilson2020-09-181-23/+5
| * drm/i915: Break up error capture compression loops with cond_resched()Chris Wilson2020-09-181-0/+3
* | drm/i915: Use the active reference on the vma while capturingChris Wilson2020-10-191-2/+1
* | drm/i915: Break up error capture compression loops with cond_resched()Chris Wilson2020-09-301-0/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
|/
* drm/i915: Pull printing GT capabilities on error to err_print_gtChris Wilson2020-07-101-2/+11
* drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota2020-07-081-2/+2
* drm/i915/sseu: Move sseu detection and dump to intel_sseuDaniele Ceraolo Spurio2020-07-081-1/+1
* drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio2020-07-081-9/+14
* drm/i915/params: switch to device specific parametersJani Nikula2020-06-221-2/+2
* drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson2020-04-291-26/+0
* drm/i915: Avoid dereferencing a dead contextChris Wilson2020-04-291-5/+7
* drm/i915: Drop rq->ring->vma peeking from error captureChris Wilson2020-04-241-3/+2
* drm/i915/error: prefer struct drm_device based loggingJani Nikula2020-04-081-1/+1
* drm/i915: Update drm/i915 bug filing URLJani Nikula2020-02-171-1/+2
* drm/i915: Track hw reported context runtimeTvrtko Ursulin2020-02-161-2/+9
* drm/i915: move intel_csr.[ch] under display/Jani Nikula2020-02-141-1/+1
* drm/i915: add extra slice common debug registersLionel Landwerlin2020-01-301-0/+8
* drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPTChris Wilson2020-01-291-0/+2
* drm/i915: Skip capturing errors from internal contextsChris Wilson2020-01-281-4/+4
* drm/i915: Don't show the blank process name for internal/simulated errorsChris Wilson2020-01-211-1/+1
* drm/i915: Drop request list from error stateChris Wilson2020-01-101-68/+7
* drm/i915: Drop the shadow ring state from the error captureChris Wilson2020-01-101-5/+0
* drm/i915: Drop the shadow w/a batch bufferChris Wilson2020-01-101-2/+0
* drm/i915: Start chopping up the GPU error captureChris Wilson2020-01-101-537/+647
* drm/i915: Mark the GEM context link as RCU protectedChris Wilson2019-12-231-14/+26
* drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-201-4/+7
* drm/i915: Flesh out device_info pretty printerChris Wilson2019-12-091-2/+3
* drm/i915: Switch kunmap() to take the page not vaddrChris Wilson2019-11-251-1/+1
* drm/i915: Avoid atomic context for error captureBruce Chang2019-11-141-4/+4
* drm/i915: Remove unwanted rcu_read_lock/unlockNiranjana Vishwanathapura2019-11-061-3/+0
* drm/i915/tgl: Add gam instdoneMika Kuoppala2019-10-301-0/+4
* drm/i915/tgl: Add SFC instdone to error stateMika Kuoppala2019-10-301-0/+15
* drm/i915: error capture with no ggtt slotDaniele Ceraolo Spurio2019-10-291-12/+54