diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2017-01-05 15:30:21 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2017-01-05 15:34:42 +0000 |
commit | f3b8f9126a9f3312636780fe83b923f3f63137fb (patch) | |
tree | 07355ec211c6ab312a90db556f5893656b890c50 /drivers/gpu/drm/i915/i915_utils.h | |
parent | 56f6e0a7e7b09adb553339f9075696e918b96587 (diff) | |
download | linux-f3b8f9126a9f3312636780fe83b923f3f63137fb.tar.gz linux-f3b8f9126a9f3312636780fe83b923f3f63137fb.tar.bz2 linux-f3b8f9126a9f3312636780fe83b923f3f63137fb.zip |
drm/i915/execlists: Reorder execlists register enabling
Empirically we restart following a GPU reset more successfully if we call
lrc_init_hws() (which contains a posting read) last. (The failure mode
that was observed was that breadcrumb writes into the HWS from the
recovered requests went astray leading to the context-switch maintaining
forward progress, but the requests not being retired/completed.)
For clarity, lrc_init_hws() is inlined (and the unused function then
removed).
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170105153023.30575-3-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/i915_utils.h')
0 files changed, 0 insertions, 0 deletions