summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-20drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson1-36/+0
2017-11-13drm/i915: There is only one fault register from GEN8 onwardsMichel Thierry1-3/+5
2017-11-06drm/i915: Handle error-state modparams in dedicated functionsMichal Wajdeczko1-9/+17
2017-11-06drm/i915: Make GuC log part of the uC error stateMichal Wajdeczko1-15/+3
2017-11-06drm/i915: Add Guc/HuC firmware details to error stateMichal Wajdeczko1-0/+64
2017-10-11drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"Sagar Arun Kamble1-2/+2
2017-10-04drm/i915/execlists: Keep request->priority for its lifetimeChris Wilson1-4/+6
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula1-3/+3
2017-09-26drm/i915: Extend I915_PARAMS_FOR_EACH with default member valueMichal Wajdeczko1-3/+3
2017-09-25drm/i915: Make execlist port count variableMika Kuoppala1-5/+12
2017-09-25drm/i915: Make own struct for execlist itemsMika Kuoppala1-2/+2
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-3/+3
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-3/+3
2017-07-27drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson1-4/+4
2017-06-20drm/i915: Add engine reset count to error stateMichel Thierry1-0/+3
2017-05-17drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson1-4/+9
2017-04-28drm/i915: Capture CCID on ILKJoonas Lahtinen1-1/+1
2017-04-28drm/i915: Eliminate HAS_HW_CONTEXTSJoonas Lahtinen1-3/+3
2017-04-15drm/i915: Copy user requested buffers into the error stateChris Wilson1-1/+39
2017-03-03drm/i915: Split breadcrumbs spinlock into twoChris Wilson1-4/+4
2017-03-02drm/i915: Include power-management state in gpu error dumpChris Wilson1-0/+4
2017-03-02drm/i915: Include GT/seqno activity in engine/hangcheck debugfsChris Wilson1-0/+3
2017-02-22drm/i915: Add i915_param charp macro magicChris Wilson1-0/+22
2017-02-14drm/i915: The return of i915_gpu_info to debugfsChris Wilson1-77/+88
2017-02-06drm/i915: Capture module parameters for the GPU error stateChris Wilson1-7/+35
2017-01-31drm/i915: Record more information about the hanging contextsChris Wilson1-28/+49
2017-01-23drm/i915/error: use rb_entry()Geliang Tang1-1/+1
2017-01-16drm/i915: Use __printf markup to silence compilerChris Wilson1-0/+1
2017-01-06drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson1-1/+1
2016-12-31drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson1-1/+1
2016-12-07drm/i915: replace platform flags with a platform enumJani Nikula1-0/+1
2016-12-06drm/i915: Use memcpy_from_wc for GPU error captureChris Wilson1-13/+37
2016-12-01drm/i915: Make i915_destroy_error_state take dev_privTvrtko Ursulin1-3/+2