aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_reset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * drm/i915/display: add namespace to intel_prepare_resetLucas De Marchi2020-11-111-1/+1
* | drm/i915: Improve record of hung engines in error stateTvrtko Ursulin2020-11-091-1/+1
* | drm/i915/gt: Retire cancelled requests on unloadChris Wilson2020-09-301-0/+2
|/
* drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson2020-09-071-0/+1
* drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio2020-07-081-3/+3
* drm/i915: Print caller when tainting for CIMichał Winiarski2020-07-061-3/+3
* drm/i915: Reboot CI if we get wedged during driver initMichał Winiarski2020-07-061-2/+11
* drm/i915/params: switch to device specific parametersJani Nikula2020-06-221-3/+3
* drm/i915/gt: prefer struct drm_device based loggingJani Nikula2020-04-081-7/+7
* drm/i915/gt: Cancel a hung context if already closedChris Wilson2020-03-191-0/+5
* drm/i915: Move GGTT fence registers under gt/Chris Wilson2020-03-161-1/+1
* drm/i915/gt: Cancel banned contexts after GT resetChris Wilson2020-03-041-7/+1
* drm/i915: Apply i915_request_skip() on submissionChris Wilson2020-03-041-5/+8
* drm/i915/gt: Only ignore already reset requestsChris Wilson2020-02-071-1/+1
* drm/i915: extract engine WA programming to common resume functionDaniele Ceraolo Spurio2020-01-311-2/+2
* drm/i915/reset: conversion to new drm logging macros in gt/intel_reset.cWambui Karuga2020-01-301-22/+26
* drm/i915/gt: Lift set-wedged engine dumping out of user pathsChris Wilson2020-01-281-9/+22
* drm/i915: Start chopping up the GPU error captureChris Wilson2020-01-101-1/+1
* drm/i915/gt: Convert the final GEM_TRACE to GT_TRACE and coChris Wilson2020-01-061-13/+8
* drm/i915/gt: Avoid using the GPU before initialisationChris Wilson2019-12-301-0/+3
* drm/i915: prefer 3-letter acronym for ironlakeLucas De Marchi2019-12-281-4/+3
* drm/i915/gt: Ignore incomplete engines after init failureChris Wilson2019-12-261-2/+2
* drm/i915: Mark the GEM context link as RCU protectedChris Wilson2019-12-231-6/+20
* drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2019-12-221-3/+6
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-5/+9
* drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-201-17/+20
* drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson2019-12-181-2/+2