aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2021-10-01 09:42:05 -0700
committerRob Clark <robdclark@chromium.org>2021-10-01 13:13:19 -0700
commit68002469e571ae3db095e4ade1cfef64903f8fa1 (patch)
tree5262c87c174832cf170baa912e310209a347de38 /tools/perf/scripts/python/exported-sql-viewer.py
parent4cd82aa39bda20a9237b8f42676796d0a5ee9bfc (diff)
drm/msm: One sched entity per process per priority
Some userspace apps make assumptions that rendering against multiple contexts within the same process (from the same thread, with appropriate MakeCurrent() calls) provides sufficient synchronization without any external synchronization (ie. glFenceSync()/glWaitSync()). Since a submitqueue maps to a gl/vk context, having multiple sched entities of the same priority only works with implicit sync enabled. To fix this, limit things to a single sched entity per priority level per process. An alternative would be sharing submitqueues between contexts in userspace, but tracking of per-context faults (ie. GL_EXT_robustness) is already done at the submitqueue level, so this is not an option. Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions