summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
* 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/+0
* 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/+3
* 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-131-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
* drm/i915: Eliminate HAS_HW_CONTEXTSJoonas Lahtinen2017-04-281-3/+3
* drm/i915: Copy user requested buffers into the error stateChris Wilson2017-04-151-1/+39
* drm/i915: Split breadcrumbs spinlock into twoChris Wilson2017-03-031-4/+4
* drm/i915: Include power-management state in gpu error dumpChris Wilson2017-03-021-0/+4
* drm/i915: Include GT/seqno activity in engine/hangcheck debugfsChris Wilson2017-03-021-0/+3
* drm/i915: Add i915_param charp macro magicChris Wilson2017-02-221-0/+22
* drm/i915: The return of i915_gpu_info to debugfsChris Wilson2017-02-141-77/+88
* drm/i915: Capture module parameters for the GPU error stateChris Wilson2017-02-061-7/+35
* drm/i915: Record more information about the hanging contextsChris Wilson2017-01-311-28/+49
* drm/i915/error: use rb_entry()Geliang Tang2017-01-231-1/+1
* drm/i915: Use __printf markup to silence compilerChris Wilson2017-01-161-0/+1
* drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson2017-01-061-1/+1
* drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson2016-12-311-1/+1
* drm/i915: replace platform flags with a platform enumJani Nikula2016-12-071-0/+1
* drm/i915: Use memcpy_from_wc for GPU error captureChris Wilson2016-12-061-13/+37
* drm/i915: Make i915_destroy_error_state take dev_privTvrtko Ursulin2016-12-011-3/+2
* drm/i915: Wipe hang stats as an embedded structMika Kuoppala2016-11-211-1/+1
* drm/i915: Add per client max context ban limitMika Kuoppala2016-11-211-4/+6
* drm/i915: Add bannable context parameterMika Kuoppala2016-11-211-2/+3
* drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala2016-11-211-34/+12
* drm/i915: Split up hangcheck phasesMika Kuoppala2016-11-211-2/+6
* drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-181-2/+2
* drm/i915: dev_priv cleanup in i915_gpu_error.cTvrtko Ursulin2016-11-171-11/+9
* drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-1/+1
* drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-1/+1
* drm/i915: Remove two sloppy inline functions from .hJoonas Lahtinen2016-11-081-4/+7
* drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson2016-11-011-1/+1
OpenPOWER on IntegriCloud