summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Track hw reported context runtimeTvrtko Ursulin2020-02-161-0/+4
* drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPTChris Wilson2020-01-291-0/+1
* drm/i915: Stub out i915_gpu_coredump_putChris Wilson2020-01-271-0/+4
* drm/i915: Fix i915_error_state_store error definationZhang Xiaoxu2020-01-171-2/+1
* drm/i915: Fix too few arguments to function i915_capture_error_stateZhang Xiaoxu2020-01-131-4/+2
* drm/i915: Fix multiple definition of 'i915_vma_capture_finish'Zhang Xiaoxu2020-01-131-2/+3
* drm/i915: Correct typo in i915_vma_compress_finish stubChris Wilson2020-01-111-2/+3
* drm/i915: Drop request list from error stateChris Wilson2020-01-101-2/+1
* drm/i915: Drop the shadow ring state from the error captureChris Wilson2020-01-101-4/+0
* drm/i915: Start chopping up the GPU error captureChris Wilson2020-01-101-119/+209
* drm/i915/tgl: Add gam instdoneMika Kuoppala2019-10-301-0/+1
* drm/i915/tgl: Add SFC instdone to error stateMika Kuoppala2019-10-301-0/+1
* drm/i915: capture aux page table error registerLionel Landwerlin2019-10-251-0/+1
* drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2019-10-231-2/+0
* drm/i915: Remove logical HW IDChris Wilson2019-10-041-1/+0
* drm/i915: include GTT page-size info in error stateMatthew Auld2019-09-091-0/+2
* drm/i915: Only include active engines in the capture stateChris Wilson2019-08-081-2/+5
* drm/i915: Rely on spinlock protection for GPU error captureChris Wilson2019-07-231-17/+0
* drm/i915/uc: move GuC and HuC files under gt/uc/Daniele Ceraolo Spurio2019-07-131-1/+1
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-49/+3
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-4/+0
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1/+2
* drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson2019-04-021-1/+1
* drm/i915: Stop storing ctx->user_handleChris Wilson2019-03-211-1/+0
* drm/i915: Stop capturing semaphore registers for gen6/7 GPU hangsChris Wilson2019-03-051-1/+0
* drm/i915: Remove i915_request.global_seqnoChris Wilson2019-02-261-2/+0
* drm/i915: Remove access to global seqno in the HWSPChris Wilson2019-02-261-3/+0
* drm/i915: Use time based guilty context banningChris Wilson2019-02-191-3/+0
* drm/i915: Revoke mmaps and prevent access to fence registers across resetChris Wilson2019-02-081-30/+9
* drm/i915: Drop fake breadcrumb irqChris Wilson2019-01-291-5/+0
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-8/+1
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-21/+7
* drm/i915: Serialise concurrent calls to i915_gem_set_wedged()Chris Wilson2019-01-161-1/+3
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-0/+1
* drm/i915: Cache the error stringChris Wilson2018-11-231-16/+12
* drm/i915: Prevent machine hang from Broxton's vtd w/a and error captureChris Wilson2018-11-191-1/+7
* drm/i915: Handle incomplete Z_FINISH for compressed error statesChris Wilson2018-10-031-0/+1
* drm/i915: Track vma activity per fence.context, not per engineChris Wilson2018-07-061-1/+1
* drm/i915/icl: Read the correct Gen11 interrupt registersOscar Mateo2018-05-171-1/+1
* drm/i915: Show ring->start for the ELSP context/request queueChris Wilson2018-05-021-0/+1
* drm/i915: Print error state times relative to captureMika Kuoppala2018-05-021-0/+2
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-181-2/+3
* drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson2018-04-061-0/+3
* drm/i915: Add control flags to i915_handle_error()Chris Wilson2018-03-201-0/+3
* drm/i915: Move i915_gpu_error into its own headerMichal Wajdeczko2018-03-091-0/+356