summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Handle incomplete Z_FINISH for compressed error statesChris Wilson2018-10-031-25/+63
* include: Move ascii85 functions from i915 to linux/ascii85.hJordan Crouse2018-07-301-30/+4Star
* 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
* drm/i915: There is only one fault register from GEN8 onwardsMichel Thierry2017-11-131-3/+5
* drm/i915: Handle error-state modparams in dedicated functionsMichal Wajdeczko2017-11-061-9/+17
* drm/i915: Make GuC log part of the uC error stateMichal Wajdeczko2017-11-061-15/+3Star
* drm/i915: Add Guc/HuC firmware details to error stateMichal Wajdeczko2017-11-061-0/+64
* drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"Sagar Arun Kamble2017-10-111-2/+2
* drm/i915/execlists: Keep request->priority for its lifetimeChris Wilson2017-10-041-4/+6
* Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-281-3/+3
|\
| * mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-141-3/+3
* | drm/i915: Extend I915_PARAMS_FOR_EACH with default member valueMichal Wajdeczko2017-09-261-3/+3
* | drm/i915: Make execlist port count variableMika Kuoppala2017-09-251-5/+12
* | drm/i915: Make own struct for execlist itemsMika Kuoppala2017-09-251-2/+2
* | drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-3/+3
|/
* drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson2017-07-271-4/+4
* drm/i915: Add engine reset count to error stateMichel Thierry2017-06-201-0/+3
* drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson2017-05-171-4/+9
* drm/i915: Capture CCID on ILKJoonas Lahtinen2017-04-281-1/+1