summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson2019-08-151-6/+6
* | | drm/i915/uc: Log fw status changes only under debug configMichal Wajdeczko2019-08-131-2/+2
* | | drm/i915: extract i915_memcpy.h from i915_drv.hJani Nikula2019-08-091-0/+1
* | | drm/i915: Only include active engines in the capture stateChris Wilson2019-08-081-139/+99
* | | drm/i915: Include the DRIVER_DATE in the error stateChris Wilson2019-08-071-0/+1
* | | drm/i915/tgl: stop using ERROR_GEN6 and DONE_REGLucas De Marchi2019-07-311-8/+9
* | | drm/i915/tgl: Move fault registers to their new offsetLucas De Marchi2019-07-311-2/+10
| |/ |/|
* | drm/i915: Capture vma contents outside of spinlockChris Wilson2019-07-261-34/+78
* | drm/i915/uc: Unify uC platform checkDaniele Ceraolo Spurio2019-07-251-2/+2
* | drm/i915: Rely on spinlock protection for GPU error captureChris Wilson2019-07-231-296/+193
* | drm/i915: Lock the engine while dumping the active requestChris Wilson2019-07-161-2/+4
* | drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_ucDaniele Ceraolo Spurio2019-07-131-5/+6
* | drm/i915: Prevent dereference of engine before NULL check in error captureChris Wilson2019-06-211-2/+1
* | drm/i915: Eliminate dual personality of i915_scratch_offsetTvrtko Ursulin2019-06-211-2/+2
* | drm/i915: Save trip via top-level i915 in a few more placesTvrtko Ursulin2019-06-211-1/+1
* | drm/i915/execlists: Preempt-to-busyChris Wilson2019-06-201-12/+7
|/
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-2/+3
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-2/+3