aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-17drm/i915: small isolated c99 types to kernel types switchJani Nikula1-5/+5
2019-01-10drm/i915: Guard error capture against unpinned vmaChris Wilson1-1/+1
2019-01-03drm/i915: Show machine type in error stateChris Wilson1-1/+3
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula1-2/+7
2018-12-31drm/i915: add a helper to free the members of i915_paramsJani Nikula1-8/+1
2018-12-31drm/i915: add a helper to make a copy of i915_paramsJani Nikula1-10/+1
2018-12-12drm/i915: merge gen checks to use rangeLucas De Marchi1-1/+1
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-9/+9
2018-12-07drm/i915: Skip the ERR_PTR error stateChris Wilson1-9/+14
2018-12-04drm/i915: Allocate a common scratch pageChris Wilson1-1/+1
2018-11-23drm/i915: Cache the error stringChris Wilson1-129/+206
2018-11-22drm/i915: avoid rebuilding i915_gpu_error.o on version string updatesHans Holmberg1-2/+2
2018-11-19drm/i915: Prevent machine hang from Broxton's vtd w/a and error captureChris Wilson1-1/+14
2018-10-03drm/i915: Clear the error PTE just once on finishChris Wilson1-1/+9
2018-10-03drm/i915: Handle incomplete Z_FINISH for compressed error statesChris Wilson1-25/+63
2018-09-27drm/i915: Remove i915.enable_ppgtt overrideChris Wilson1-2/+2
2018-09-26Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-30/+4
2018-09-14drm/i915: Limit number of capture objectsChris Wilson1-7/+13
2018-07-30include: Move ascii85 functions from i915 to linux/ascii85.hJordan Crouse1-30/+4
2018-07-06drm/i915: Track vma activity per fence.context, not per engineChris Wilson1-11/+3
2018-06-07drm/i915: Prepare for non-object vmaChris Wilson1-0/+3
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-5/+4
2018-06-05drm/i915/error: Fixup inactive/active countingChris Wilson1-2/+2
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson1-2/+1
2018-05-18drm/i915: Move request->ctx asideChris Wilson1-8/+10
2018-05-17drm/i915/icl: Read the correct Gen11 interrupt registersOscar Mateo1-1/+10
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson1-2/+2
2018-05-02drm/i915: Show ring->start for the ELSP context/request queueChris Wilson1-2/+3
2018-05-02drm/i915: Print error state times relative to captureMika Kuoppala1-9/+38
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson1-1/+2
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson1-4/+4
2018-04-18drm/i915: Rename priotree to schedChris Wilson1-1/+1
2018-03-09drm/i915: Move i915_gpu_error into its own headerMichal Wajdeczko1-0/+1
2018-03-08drm/i915: add rcs topology to error stateLionel Landwerlin1-0/+1
2018-03-06drm/i915/error: capture uc_state after gen_stateDaniele Ceraolo Spurio1-1/+1
2018-03-06drm/i915/error: standardize function style in error captureDaniele Ceraolo Spurio1-45/+39
2018-03-06drm/i915/error: remove unused gen8_engine_sync_indexDaniele Ceraolo Spurio1-21/+0
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-9/+9
2018-02-16drm: move read_domains and write_domain into i915Christian König1-2/+2
2018-02-08drm/i915: Fix kerneldoc warnings for i915_gpu_errorChris Wilson1-10/+12
2018-02-08drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson1-2/+5
2018-02-05drm/i915: Report if an unbannable context is involved in a GPU hangChris Wilson1-6/+15
2018-01-18drm/i915: Use the engine name directly in the error_state fileMichel Thierry1-13/+23
2018-01-17drm: i915: remove timeval usersArnd Bergmann1-11/+14
2017-12-19drm/i915: Show if we consider the engine is idle in the GPU error stateChris Wilson1-0/+2
2017-12-19drm/i915: Add pretty printer for modparamsMichal Wajdeczko1-21/+4
2017-12-19drm/i915: Add pretty printer for device info flagsMichal Wajdeczko1-3/+3
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld1-1/+1
2017-12-01drm/i915: Set fake_vma.size as well as fake_vma.node.size for captureChris Wilson1-0/+1
2017-11-27drm/i915: Record default HW state in the GPU error stateChris Wilson1-0/+23