summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reset.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-23/+24
2019-02-26drm/i915: Remove access to global seqno in the HWSPChris Wilson1-1/+0
2019-02-20drm/i915/guc: Calling guc_disable_communication in all suspend pathsSujaritha Sundaresan1-1/+1
2019-02-20drm/i915: Beware temporary wedging when determining -EIOChris Wilson1-2/+27
2019-02-19drm/i915: Use time based guilty context banningChris Wilson1-12/+17
2019-02-19drm/i915: Trim delays for wedgingChris Wilson1-1/+1
2019-02-18drm/i915: Restore interrupt enabling after a resetChris Wilson1-0/+6
2019-02-18drm/i915: Optionally disable automatic recovery after a GPU resetChris Wilson1-1/+2
2019-02-15drm/i915: Defer application of request banning to submissionChris Wilson1-14/+5
2019-02-14drm/i915: Only try to park engines after a failed resetChris Wilson1-5/+8
2019-02-12drm/i915: Detect potential i915_reset_trylock() lockupsChris Wilson1-0/+3
2019-02-11drm/i915: Use synchronize_srcu_expedited() for resetsChris Wilson1-1/+1
2019-02-11drm/i915: Pull sync_scru for device reset outside of wedge_mutexChris Wilson1-3/+3
2019-02-08drm/i915: Serialise resets with wedgingChris Wilson1-28/+40
2019-02-08drm/i915: Uninterruptibly drain the timelines on unwedgingChris Wilson1-20/+8
2019-02-08drm/i915: Force the GPU reset upon wedgingChris Wilson1-4/+4
2019-02-08drm/i915: Revoke mmaps and prevent access to fence registers across resetChris Wilson1-40/+70
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-1/+1
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson1-7/+9
2019-01-28drm/i915: Track active timelinesChris Wilson1-1/+1
2019-01-28drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson1-0/+1
2019-01-28drm/i915: Move list of timelines under its own lockChris Wilson1-2/+6
2019-01-25drm/i915: Issue engine resets onto idle enginesChris Wilson1-4/+0
2019-01-25drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson1-213/+179
2019-01-25drm/i915/guc: Disable global resetChris Wilson1-0/+3
2019-01-25drm/i915: Make all GPU resets atomicChris Wilson1-51/+39
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson1-0/+1389