diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2019-01-29 23:52:30 +0300 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-01-30 00:45:30 +0300 |
commit | 789659f4307abc1c2356db09eeefefd3f445c12d (patch) | |
tree | d53d822455626c63c42e61a54c0906a567588b28 /drivers/gpu/drm/i915/intel_dpll_mgr.h | |
parent | 52c0fdb25c7c919334b97976d05096b441a3eada (diff) | |
download | linux-789659f4307abc1c2356db09eeefefd3f445c12d.tar.xz |
drm/i915: Drop fake breadcrumb irq
Missed breadcrumb detection is defunct due to the tight coupling with
dma_fence signaling and the myriad ways we may signal fences from
everywhere but from an interrupt, i.e. we frequently signal a fence
before we even see its interrupt. This means that even if we miss an
interrupt for a fence, it still is signaled before our breadcrumb
hangcheck fires, so simplify the breadcrumb hangchecking by moving it
into the GPU hangcheck and forgo fake interrupts.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190129205230.19056-3-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dpll_mgr.h')
0 files changed, 0 insertions, 0 deletions