summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Guard error capture against unpinned vmaChris Wilson2019-01-101-1/+1
* drm/i915: Show machine type in error stateChris Wilson2019-01-031-1/+3
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-2/+7
* drm/i915: add a helper to free the members of i915_paramsJani Nikula2018-12-311-8/+1Star
* drm/i915: add a helper to make a copy of i915_paramsJani Nikula2018-12-311-10/+1Star
* drm/i915: merge gen checks to use rangeLucas De Marchi2018-12-131-1/+1
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-9/+9
* drm/i915: Skip the ERR_PTR error stateChris Wilson2018-12-071-9/+14
* drm/i915: Allocate a common scratch pageChris Wilson2018-12-041-1/+1
* drm/i915: Cache the error stringChris Wilson2018-11-231-129/+206
* drm/i915: avoid rebuilding i915_gpu_error.o on version string updatesHans Holmberg2018-11-221-2/+2
* drm/i915: Prevent machine hang from Broxton's vtd w/a and error captureChris Wilson2018-11-191-1/+14
* drm/i915: Clear the error PTE just once on finishChris Wilson2018-10-031-1/+9
* drm/i915: Handle incomplete Z_FINISH for compressed error statesChris Wilson2018-10-031-25/+63
* drm/i915: Remove i915.enable_ppgtt overrideChris Wilson2018-09-271-2/+2
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-09-261-30/+4Star
|\
| * include: Move ascii85 functions from i915 to linux/ascii85.hJordan Crouse2018-07-301-30/+4Star
* | drm/i915: Limit number of capture objectsChris Wilson2018-09-141-7/+13
|/
* drm/i915: Track vma activity per fence.context, not per engineChris Wilson2018-07-061-11/+3Star
* drm/i915: Prepare for non-object vmaChris Wilson2018-06-071-0/+3
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-5/+4Star
* drm/i915/error: Fixup inactive/active countingChris Wilson2018-06-051-2/+2
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-2/+1Star
* drm/i915: Move request->ctx asideChris Wilson2018-05-181-8/+10
* drm/i915/icl: Read the correct Gen11 interrupt registersOscar Mateo2018-05-181-1/+10
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-2/+2
* drm/i915: Show ring->start for the ELSP context/request queueChris Wilson2018-05-021-2/+3
* drm/i915: Print error state times relative to captureMika Kuoppala2018-05-021-9/+38
* drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-301-1/+2
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-181-4/+4
* drm/i915: Rename priotree to schedChris Wilson2018-04-181-1/+1
* drm/i915: Move i915_gpu_error into its own headerMichal Wajdeczko2018-03-091-0/+1
* drm/i915: add rcs topology to error stateLionel Landwerlin2018-03-081-0/+1
* drm/i915/error: capture uc_state after gen_stateDaniele Ceraolo Spurio2018-03-061-1/+1
* drm/i915/error: standardize function style in error captureDaniele Ceraolo Spurio2018-03-061-45/+39Star
* drm/i915/error: remove unused gen8_engine_sync_indexDaniele Ceraolo Spurio2018-03-061-21/+0Star
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-9/+9
* drm: move read_domains and write_domain into i915Christian König2018-02-161-2/+2
* drm/i915: Fix kerneldoc warnings for i915_gpu_errorChris Wilson2018-02-081-10/+12
* drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson2018-02-081-2/+5
* drm/i915: Report if an unbannable context is involved in a GPU hangChris Wilson2018-02-051-6/+15
* drm/i915: Use the engine name directly in the error_state fileMichel Thierry2018-01-181-13/+23
* drm: i915: remove timeval usersArnd Bergmann2018-01-171-11/+14
* drm/i915: Show if we consider the engine is idle in the GPU error stateChris Wilson2017-12-191-0/+2
* drm/i915: Add pretty printer for modparamsMichal Wajdeczko2017-12-191-21/+4Star
* drm/i915: Add pretty printer for device info flagsMichal Wajdeczko2017-12-191-3/+3
* drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-1/+1
* drm/i915: Set fake_vma.size as well as fake_vma.node.size for captureChris Wilson2017-12-011-0/+1
* drm/i915: Record default HW state in the GPU error stateChris Wilson2017-11-271-0/+23
* drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-36/+0Star