aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gt/intel_reset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-08drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura1-1/+1
2022-07-15drm/i915/reset: Handle reset timeouts under unrelated kernel hangsChris Wilson1-3/+3
2022-07-12drm/i915/gt: Serialize GRDOM access between multiple engine resetsChris Wilson1-9/+28
2022-05-20Revert "drm/i915: Drop has_reset_engine from device info"Tvrtko Ursulin1-1/+1
2022-05-12i915/guc/reset: Make __guc_reset_context aware of guilty enginesUmesh Nerlige Ramappa1-1/+1
2022-05-06drm/i915: Drop has_reset_engine from device infoJosé Roberto de Souza1-1/+1
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi1-1/+2
2022-04-19drm/i915/guc: Enable Wa_22011802037 for gen12 GuC based platformsUmesh Nerlige Ramappa1-2/+3
2022-03-22drm/i915/guc: Plumb GuC-capture into gpu_coredumpAlan Previn1-1/+1
2022-03-02drm/i915: Use str_yes_no()Lucas De Marchi1-1/+2
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-nextRodrigo Vivi1-0/+9
2022-02-16drm/i915: Move MCHBAR registers to their own headerMatt Roper1-0/+1
2022-02-16drm/i915/gt: Move SFC lock bits to intel_engine_regs.hMatt Roper1-7/+7
2022-02-14drm/i915: split out i915_file_private.h from i915_drv.hJani Nikula1-0/+1
2022-02-11drm/i915/dg2: Add Wa_22011100796Bruce Chang1-0/+9
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper1-0/+2
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-37/+21
2022-01-11drm/i915/gt: Move engine registers to their own headerMatt Roper1-0/+1
2022-01-10drm/i915: split out PCI config space registers from i915_reg.hJani Nikula1-0/+1
2021-12-17Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/drm-intel into drm-nextDave Airlie1-1/+1
2021-12-13drm/i915/reset: include intel_display.h instead of intel_display_types.hJani Nikula1-1/+1
2021-12-08drm/i915/gt: Use hw_engine_masks as reset_domainsTejas Upadhyay1-27/+2
2021-11-16drm/i915: Skip error capture when wedged on initTvrtko Ursulin1-0/+2
2021-11-09drm/i915/resets: Don't set / test for per-engine reset bits with GuC submissionMatthew Brost1-10/+17
2021-07-27drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost1-24/+8
2021-07-27drm/i915/guc: Fix for error capture after full GPU reset with GuCJohn Harrison1-1/+1
2021-07-27drm/i915/guc: Reset implementation for new GuC interfaceMatthew Brost1-6/+12
2021-07-24drm/i915/xehp: Extra media engines - Part 3 (reset)John Harrison1-0/+6
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-7/+7
2021-05-27drm/i915: Add Wa_14010733141Aditya Swarup1-63/+131
2021-05-25drm/i915/gt: Move submission_method into intel_gtChris Wilson1-4/+3
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-11/+7
2021-03-24drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson1-9/+6
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2021-03-24drm/i915: Move gt_revoke() slightlyMaarten Lankhorst1-2/+7
2021-03-11Merge drm/drm-next into drm-intel-nextJani Nikula1-3/+2
2021-02-02drm/i915/gt: Remove references to struct drm_device.pdevThomas Zimmermann1-3/+3
2021-01-15drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson1-2/+1
2021-01-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-2/+2
2021-01-15Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-34/+62
2021-01-14drm/i915/gt: Prune inlinesChris Wilson1-1/+1
2021-01-05drm/i915/gt: Allow failed resets without assertionChris Wilson1-0/+3
2020-12-30drm/i915/gt: Taint the reset mutex with the shrinkerChris Wilson1-0/+11
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson1-22/+38
2020-12-04drm/i915/gt: Include reset failures in the traceChris Wilson1-12/+10
2020-12-03Merge tag 'drm-intel-next-queued-2020-11-27' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+2
2020-11-11drm/i915/display: add namespace to intel_finish_resetLucas De Marchi1-1/+1
2020-11-11drm/i915/display: add namespace to intel_prepare_resetLucas De Marchi1-1/+1
2020-11-09drm/i915: Improve record of hung engines in error stateTvrtko Ursulin1-1/+1
2020-09-30drm/i915/gt: Retire cancelled requests on unloadChris Wilson1-0/+2