summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: capture aux page table error registerLionel Landwerlin2019-10-251-0/+6
* drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2019-10-241-29/+4
* drm/i915: Remove logical HW IDChris Wilson2019-10-041-4/+3
* drm/i915: Coordinate i915_active with its own mutexChris Wilson2019-10-041-2/+2
* drm/i915: include GTT page-size info in error stateMatthew Auld2019-09-091-0/+10
* drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/Matthew Auld2019-08-291-1/+1
* drm/i915: Refactor instdone loops on new subslice functionsStuart Summers2019-08-231-2/+3
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-08-221-0/+1
|\
| * Merge tag 'drm-intel-next-2019-07-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-08-061-326/+262
| |\
| * | drm/i915: Lock the engine while dumping the active requestChris Wilson2019-07-291-2/+4
| * | drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-0/+1
* | | drm/i915: Only emit the 'send bug report' once for a GPU hangChris Wilson2019-08-191-2/+1