summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_reset.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09drm/i915: switch from drm_debug_printer() to device specific drm_dbg_printer()Jani Nikula1-1/+2
2023-12-11drm/i915: Use internal class when counting engine resetsTvrtko Ursulin1-1/+1
2023-10-10drm/i915/gt: More use of GT specific print helpersJohn Harrison1-15/+11
2023-09-27drm/i915: Do not disable preemption for resetsTvrtko Ursulin1-8/+6
2023-08-21drm/i915: Replace several IS_METEORLAKE with proper IP version checksMatt Roper1-1/+1
2023-08-21drm/i915: Eliminate IS_MTL_GRAPHICS_STEPMatt Roper1-1/+1
2023-08-21drm/i915: Consolidate condition for Wa_22011802037Matt Roper1-0/+18
2023-08-07Merge tag 'drm-intel-gt-next-2023-08-04' of git://anongit.freedesktop.org/drm...Dave Airlie1-3/+0
2023-07-06drm/i915: Remove some dead "code"Tvrtko Ursulin1-3/+0
2023-06-10drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho1-1/+1
2023-05-17Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-20/+99
2023-04-19drm/i915: use explicit includes for i915_reg.h and i915_irq.hJani Nikula1-0/+1
2023-04-17drm/i915/display: add intel_display_reset.[ch]Jani Nikula1-3/+3
2023-03-28drm/i915/gsc: implement wa 14015076503Daniele Ceraolo Spurio1-5/+79
2023-03-28drm/i915: limit double GT reset to pre-MTLDaniele Ceraolo Spurio1-15/+20
2023-01-10drm/i915/gt: Reset twiceChris Wilson1-6/+28
2022-12-07drm/i915/gt: remove some limited use register access wrappersJani Nikula1-14/+4
2022-11-04drm/i915/guc: Don't deadlock busyness stats vs resetJohn Harrison1-2/+16
2022-09-27drm/i915/gt: Bump the reset-failure timeout to 60sChris Wilson1-1/+1
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...Rodrigo 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/dr...Dave 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