]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gt: Restore Cherryview back to full-ppgtt
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 10 May 2020 10:24:31 +0000 (11:24 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 11 May 2020 16:26:38 +0000 (17:26 +0100)
commitbf9eba92faa6ec55871c016194306a513aa75ec7
tree76515efc078545477d76baff954511f425041c81
parente289fa368f05ace106249338d441c50b15500849
drm/i915/gt: Restore Cherryview back to full-ppgtt

This reverts commit d7cb3e8ab108526a10ad50441d8d7039d66c28ff.

There are still some residual issues with asynchronous binding and
execution, but since commit 043b2372b972 ("drm/i915: Immediately execute
the fenced work") we prefer not to use asynchronous binds, and the
remaining issues do not seem restricted to Cherryview [at least the ones
seen over a few dozen CI runs, less frequent issues are sure to be
discovered!]

These issues seem to be mitigated, if not eliminated entirely, by the
previous commit e289fa368f05 ("drm/i915/gt: Force pte cacheline to main
memory").

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200510102431.21959-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c
drivers/gpu/drm/i915/i915_pci.c