aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-01-16 18:47:54 +0000
committerJani Nikula <jani.nikula@intel.com>2020-02-12 16:55:58 +0200
commitad18ba7b5eebf58209a898de8519f6bb2280620b (patch)
treec52b1d07db7c20a14b4f40c1f17cc7172dec8256 /CREDITS
parentdrm/i915/gt: Allow temporary suspension of inflight requests (diff)
downloadlinux-dev-ad18ba7b5eebf58209a898de8519f6bb2280620b.tar.xz
linux-dev-ad18ba7b5eebf58209a898de8519f6bb2280620b.zip
drm/i915/execlists: Offline error capture
Currently, we skip error capture upon forced preemption. We apply forced preemption when there is a higher priority request that should be running but is being blocked, and we skip inline error capture so that the preemption request is not further delayed by a user controlled capture -- extending the denial of service. However, preemption reset is also used for heartbeats and regular GPU hangs. By skipping the error capture, we remove the ability to debug GPU hangs. In order to capture the error without delaying the preemption request further, we can do an out-of-line capture by removing the guilty request from the execution queue and scheduling a worker to dump that request. When removing a request, we need to remove the entire context and all descendants from the execution queue, so that they do not jump past. Closes: https://gitlab.freedesktop.org/drm/intel/issues/738 Fixes: 3a7a92aba8fb ("drm/i915/execlists: Force preemption") Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com> Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200116184754.2860848-3-chris@chris-wilson.co.uk (cherry picked from commit 748317386afb235e11616098d2c7772e49776b58) Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions