diff options
author | Chris Wilson <[email protected]> | 2020-05-21 15:06:16 +0100 |
---|---|---|
committer | Joonas Lahtinen <[email protected]> | 2020-05-25 15:40:35 +0300 |
commit | 9ef36fc2d0347f04f75b9d70c0ecc2e3b403bb7f (patch) | |
tree | 6a794943621ad9aef9b396cf9c031a014772dae5 /tools/perf/scripts/python/Perf-Trace-Util | |
parent | b7ccc7858a33ddb3c5516f39b104a9156957c8bb (diff) |
drm/i915: Disable semaphore inter-engine sync without timeslicing
Since the removal of the no-semaphore boosting, we rely on timeslicing to
reorder passed inter-dependency hogs across the engines. However, we
require preemption to support timeslicing into user payloads, and not all
machine support preemption so we do not universally enable timeslicing,
even when it would correctly preempt our own inter-engine semaphores.
Since timeslicing and semaphore priority deboosting is now disabled on
Broadwell/Braswell, we have to follow suite and not use semaphores.
Testcase: igt/gem_exec_schedule/semaphore-codependency # bdw/bsw
Fixes: 18e4af04d218 ("drm/i915: Drop no-semaphore boosting")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Reviewed-by: Tvrtko Ursulin <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 0eb670aac27b1d615004c29efec595616e3e091a)
Signed-off-by: Joonas Lahtinen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions