aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-10drm/i915: Pull printing GT capabilities on error to err_print_gtChris Wilson1-2/+11
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota1-2/+2
2020-07-08drm/i915/sseu: Move sseu detection and dump to intel_sseuDaniele Ceraolo Spurio1-1/+1
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio1-9/+14
2020-06-22drm/i915/params: switch to device specific parametersJani Nikula1-2/+2
2020-04-29drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson1-26/+0
2020-04-29drm/i915: Avoid dereferencing a dead contextChris Wilson1-5/+7
2020-04-24drm/i915: Drop rq->ring->vma peeking from error captureChris Wilson1-3/+2
2020-04-08drm/i915/error: prefer struct drm_device based loggingJani Nikula1-1/+1
2020-02-17drm/i915: Update drm/i915 bug filing URLJani Nikula1-1/+2
2020-02-16drm/i915: Track hw reported context runtimeTvrtko Ursulin1-2/+9
2020-02-14drm/i915: move intel_csr.[ch] under display/Jani Nikula1-1/+1
2020-01-30drm/i915: add extra slice common debug registersLionel Landwerlin1-0/+8
2020-01-29drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPTChris Wilson1-0/+2
2020-01-28drm/i915: Skip capturing errors from internal contextsChris Wilson1-4/+4
2020-01-21drm/i915: Don't show the blank process name for internal/simulated errorsChris Wilson1-1/+1
2020-01-10drm/i915: Drop request list from error stateChris Wilson1-68/+7
2020-01-10drm/i915: Drop the shadow ring state from the error captureChris Wilson1-5/+0
2020-01-10drm/i915: Drop the shadow w/a batch bufferChris Wilson1-2/+0
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson1-537/+647
2019-12-23drm/i915: Mark the GEM context link as RCU protectedChris Wilson1-14/+26
2019-12-20drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson1-4/+7
2019-12-09drm/i915: Flesh out device_info pretty printerChris Wilson1-2/+3
2019-11-25drm/i915: Switch kunmap() to take the page not vaddrChris Wilson1-1/+1
2019-11-13drm/i915: Avoid atomic context for error captureBruce Chang1-4/+4
2019-11-06drm/i915: Remove unwanted rcu_read_lock/unlockNiranjana Vishwanathapura1-3/+0
2019-10-30drm/i915/tgl: Add gam instdoneMika Kuoppala1-0/+4
2019-10-30drm/i915/tgl: Add SFC instdone to error stateMika Kuoppala1-0/+15
2019-10-29drm/i915: error capture with no ggtt slotDaniele Ceraolo Spurio1-12/+54
2019-10-25drm/i915: capture aux page table error registerLionel Landwerlin1-0/+6
2019-10-23drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson1-29/+4
2019-10-04drm/i915: Remove logical HW IDChris Wilson1-4/+3
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson1-2/+2
2019-09-09drm/i915: include GTT page-size info in error stateMatthew Auld1-0/+10
2019-08-29drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/Matthew Auld1-1/+1
2019-08-23drm/i915: Refactor instdone loops on new subslice functionsStuart Summers1-2/+3
2019-08-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1-0/+1
2019-08-19drm/i915: Only emit the 'send bug report' once for a GPU hangChris Wilson1-2/+1
2019-08-15drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson1-6/+6
2019-08-13drm/i915/uc: Log fw status changes only under debug configMichal Wajdeczko1-2/+2
2019-08-09drm/i915: extract i915_memcpy.h from i915_drv.hJani Nikula1-0/+1
2019-08-08drm/i915: Only include active engines in the capture stateChris Wilson1-139/+99
2019-08-07drm/i915: Include the DRIVER_DATE in the error stateChris Wilson1-0/+1
2019-08-06Merge tag 'drm-intel-next-2019-07-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-326/+262
2019-07-31drm/i915/tgl: stop using ERROR_GEN6 and DONE_REGLucas De Marchi1-8/+9
2019-07-31drm/i915/tgl: Move fault registers to their new offsetLucas De Marchi1-2/+10
2019-07-29drm/i915: Lock the engine while dumping the active requestChris Wilson1-2/+4
2019-07-25drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-07-26drm/i915: Capture vma contents outside of spinlockChris Wilson1-34/+78