summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_reset.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gt: Reset twiceChris Wilson2023-01-101-6/+28
* drm/i915/guc: Don't deadlock busyness stats vs resetJohn Harrison2022-11-041-2/+16
* drm/i915/gt: Bump the reset-failure timeout to 60sChris Wilson2022-09-271-1/+1
* drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura2022-09-081-1/+1
* drm/i915/reset: Handle reset timeouts under unrelated kernel hangsChris Wilson2022-07-151-3/+3
* drm/i915/gt: Serialize GRDOM access between multiple engine resetsChris Wilson2022-07-121-9/+28
* Revert "drm/i915: Drop has_reset_engine from device info"Tvrtko Ursulin2022-05-201-1/+1
* i915/guc/reset: Make __guc_reset_context aware of guilty enginesUmesh Nerlige Ramappa2022-05-121-1/+1
* drm/i915: Drop has_reset_engine from device infoJosé Roberto de Souza2022-05-061-1/+1
* Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi2022-04-211-1/+2
|\
| * drm/i915: Use str_yes_no()Lucas De Marchi2022-03-021-1/+2
* | drm/i915/guc: Enable Wa_22011802037 for gen12 GuC based platformsUmesh Nerlige Ramappa2022-04-191-2/+3
* | drm/i915/guc: Plumb GuC-capture into gpu_coredumpAlan Previn2022-03-221-1/+1
|/
* Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi2022-02-231-0/+9
|\
| * drm/i915/dg2: Add Wa_22011100796Bruce Chang2022-02-111-0/+9
* | drm/i915: Move MCHBAR registers to their own headerMatt Roper2022-02-161-0/+1
* | drm/i915/gt: Move SFC lock bits to intel_engine_regs.hMatt Roper2022-02-161-7/+7
* | drm/i915: split out i915_file_private.h from i915_drv.hJani Nikula2022-02-141-0/+1
* | drm/i915: Move GT registers to their own header fileMatt Roper2022-02-021-0/+2
* | Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-01-311-37/+21
|\|
| * Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/dr...Dave Airlie2021-12-171-1/+1
| |\
| * | drm/i915/gt: Use hw_engine_masks as reset_domainsTejas Upadhyay2021-12-081-27/+2
| * | drm/i915: Skip error capture when wedged on initTvrtko Ursulin2021-11-161-0/+2
| * | drm/i915/resets: Don't set / test for per-engine reset bits with GuC submissionMatthew Brost2021-11-091-10/+17
* | | drm/i915/gt: Move engine registers to their own headerMatt Roper2022-01-111-0/+1
* | | drm/i915: split out PCI config space registers from i915_reg.hJani Nikula2022-01-101-0/+1
| |/ |/|
* | drm/i915/reset: include intel_display.h instead of intel_display_types.hJani Nikula2021-12-131-1/+1
|/
* drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost2021-07-271-24/+8
* drm/i915/guc: Fix for error capture after full GPU reset with GuCJohn Harrison2021-07-271-1/+1
* drm/i915/guc: Reset implementation for new GuC interfaceMatthew Brost2021-07-271-6/+12
* drm/i915/xehp: Extra media engines - Part 3 (reset)John Harrison2021-07-241-0/+6
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-7/+7
* drm/i915: Add Wa_14010733141Aditya Swarup2021-05-271-63/+131
* drm/i915/gt: Move submission_method into intel_gtChris Wilson2021-05-251-4/+3
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-11/+7
|\
| * drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson2021-03-241-9/+6
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-2/+1
* | drm/i915: Move gt_revoke() slightlyMaarten Lankhorst2021-03-241-2/+7
|/
* Merge drm/drm-next into drm-intel-nextJani Nikula2021-03-111-3/+2
|\
| * drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson2021-01-151-2/+1
| * Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen2021-01-151-2/+2
| |\
| * | drm/i915/gt: Prune inlinesChris Wilson2021-01-141-1/+1
* | | drm/i915/gt: Remove references to struct drm_device.pdevThomas Zimmermann2021-02-021-3/+3
| |/ |/|
* | Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie2021-01-151-34/+62
|\|
| * drm/i915/gt: Allow failed resets without assertionChris Wilson2021-01-051-0/+3
| * drm/i915/gt: Taint the reset mutex with the shrinkerChris Wilson2020-12-301-0/+11
| * drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson2020-12-241-22/+38
| * drm/i915/gt: Include reset failures in the traceChris Wilson2020-12-041-12/+10
* | Merge tag 'drm-intel-next-queued-2020-11-27' of git://anongit.freedesktop.org...Dave Airlie2020-12-031-2/+2
|\ \ | |/ |/|
| * drm/i915/display: add namespace to intel_finish_resetLucas De Marchi2020-11-111-1/+1