summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_reset.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Start chopping up the GPU error captureChris Wilson2020-01-101-1/+1
* drm/i915/gt: Convert the final GEM_TRACE to GT_TRACE and coChris Wilson2020-01-061-13/+8
* drm/i915/gt: Avoid using the GPU before initialisationChris Wilson2019-12-301-0/+3
* drm/i915: prefer 3-letter acronym for ironlakeLucas De Marchi2019-12-281-4/+3
* drm/i915/gt: Ignore incomplete engines after init failureChris Wilson2019-12-261-2/+2
* drm/i915: Mark the GEM context link as RCU protectedChris Wilson2019-12-231-6/+20
* drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2019-12-221-3/+6
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-5/+9
* drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-201-17/+20
* drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson2019-12-181-2/+2
* drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota2019-12-131-1/+1
* drm/i915/guc: kill the GuC clientDaniele Ceraolo Spurio2019-12-091-2/+4
* drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue2019-12-041-1/+6
* drm/i915/gt: Declare timeline.lock to be irq-freeChris Wilson2019-11-201-5/+4
* drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson2019-11-201-1/+1
* drm/i915: Cancel context if it hangs after it is closedChris Wilson2019-11-111-0/+7
* drm/i915: Show guilty context name on GPU resetChris Wilson2019-11-111-0/+4
* drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2019-10-231-2/+1
* drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin2019-10-181-9/+9
* drm/i915: Make for_each_engine_masked work on intel_gtTvrtko Ursulin2019-10-181-6/+6
* drm/i915: Store i915_ggtt as the backpointer on fence registersChris Wilson2019-10-161-1/+1
* drm/i915/gt: Warn CI about an unrecoverable wedgeChris Wilson2019-10-101-1/+7
* drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson2019-10-071-3/+3
* drm/i915: make array hw_engine_mask static, makes object smallerColin Ian King2019-10-071-3/+3
* drm/i915/overlay: Drop struct_mutex guardChris Wilson2019-10-041-4/+0
* drm/i915: Coordinate i915_active with its own mutexChris Wilson2019-10-041-5/+5
* drm/i915/gt: Only unwedge if we can reset firstChris Wilson2019-09-301-1/+7
* drm/i915/selftests: Provide a mock GPU reset routineChris Wilson2019-09-271-1/+10
* drm/i915: Pass intel_gt to has-reset?Chris Wilson2019-09-271-8/+13
* drm/i915: Don't disable interrupts for intel_engine_breadcrumbs_irq()Sebastian Andrzej Siewior2019-09-261-1/+1
* drm/i915: Define explicit wedged on init reset stateMichał Winiarski2019-09-261-1/+10
* drm/i915: Fixup preempt-to-busy vs reset of a virtual requestChris Wilson2019-09-231-3/+1
* drm/i915: fix SFC reset flowDaniele Ceraolo Spurio2019-09-191-17/+33
* drm/i915: Don't mix srcu tag and negative error codesChris Wilson2019-09-131-5/+3
* drm/i915: Move GT init to intel_gt.cTvrtko Ursulin2019-09-111-1/+1
* drm/i915: Hold irq-off for the entire fake lock periodChris Wilson2019-08-231-4/+5
* drm/i915/gt: Convert timeline tracking to spinlockChris Wilson2019-08-151-2/+8
* drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula2019-08-071-0/+1
* drm/i915/gem: Make caps.scheduler staticChris Wilson2019-08-061-4/+1
* drm/i915/uc: Unify uC platform checkDaniele Ceraolo Spurio2019-07-251-1/+1
* drm/i915/gt: Push engine stopping into reset-prepareChris Wilson2019-07-171-58/+0
* drm/i915/uc: Move intel functions to intel_ucDaniele Ceraolo Spurio2019-07-131-1/+1
* drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_ucDaniele Ceraolo Spurio2019-07-131-3/+3
* 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-224/+216
* drm/i915: Lift intel_engines_resume() to callersChris Wilson2019-06-261-1/+20
* drm/i915: Only recover active enginesChris Wilson2019-06-261-15/+22
* drm/i915: Rename intel_wakeref_[is]_activeChris Wilson2019-06-251-1/+1
* drm/i915/gt: Pass intel_gt to pm routinesChris Wilson2019-06-251-3/+3
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-1/+1
OpenPOWER on IntegriCloud