summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reset.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio2019-03-261-4/+9
* drm/i915: intel_wait_for_register_fw to uncoreDaniele Ceraolo Spurio2019-03-261-16/+20
* drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio2019-03-201-6/+6
* drm/i915: Stop needlessly acquiring wakeref for debugfs/drop_caches_setChris Wilson2019-03-181-1/+3
* drm/i915: Refactor to common helpers for prepare/finish between reset & wedgeChris Wilson2019-03-141-9/+11
* drm/i915/guc: Preparing for GuC reset along with engine resetSujaritha Sundaresan2019-03-141-0/+2
* drm/i915: Consolidate reset-request debug messageChris Wilson2019-03-121-0/+6
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-23/+24
* drm/i915: Remove access to global seqno in the HWSPChris Wilson2019-02-261-1/+0
* drm/i915/guc: Calling guc_disable_communication in all suspend pathsSujaritha Sundaresan2019-02-201-1/+1
* drm/i915: Beware temporary wedging when determining -EIOChris Wilson2019-02-201-2/+27
* drm/i915: Use time based guilty context banningChris Wilson2019-02-191-12/+17
* drm/i915: Trim delays for wedgingChris Wilson2019-02-191-1/+1
* drm/i915: Restore interrupt enabling after a resetChris Wilson2019-02-181-0/+6
* drm/i915: Optionally disable automatic recovery after a GPU resetChris Wilson2019-02-181-1/+2
* drm/i915: Defer application of request banning to submissionChris Wilson2019-02-151-14/+5
* drm/i915: Only try to park engines after a failed resetChris Wilson2019-02-141-5/+8
* drm/i915: Detect potential i915_reset_trylock() lockupsChris Wilson2019-02-121-0/+3
* drm/i915: Use synchronize_srcu_expedited() for resetsChris Wilson2019-02-111-1/+1
* drm/i915: Pull sync_scru for device reset outside of wedge_mutexChris Wilson2019-02-111-3/+3
* drm/i915: Serialise resets with wedgingChris Wilson2019-02-081-28/+40
* drm/i915: Uninterruptibly drain the timelines on unwedgingChris Wilson2019-02-081-20/+8
* drm/i915: Force the GPU reset upon wedgingChris Wilson2019-02-081-4/+4
* drm/i915: Revoke mmaps and prevent access to fence registers across resetChris Wilson2019-02-081-40/+70
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-1/+1
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-7/+9
* drm/i915: Track active timelinesChris Wilson2019-01-281-1/+1
* drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-281-0/+1
* drm/i915: Move list of timelines under its own lockChris Wilson2019-01-281-2/+6
* drm/i915: Issue engine resets onto idle enginesChris Wilson2019-01-251-4/+0
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-213/+179
* drm/i915/guc: Disable global resetChris Wilson2019-01-251-0/+3
* drm/i915: Make all GPU resets atomicChris Wilson2019-01-251-51/+39
* drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-0/+1389
OpenPOWER on IntegriCloud