diff options
author | Chris Wilson <[email protected]> | 2016-11-14 20:40:58 +0000 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2016-11-14 21:00:22 +0000 |
commit | 23902e49c999353f75f15b7d8483bff70746b97d (patch) | |
tree | 5f9b2fca8e01366e014a47acc6ae96df526decdd /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | bb89485e999181a329cafa8e798b6bbf10c1a52a (diff) |
drm/i915: Split request submit/execute phase into two
In order to support deferred scheduling, we need to differentiate
between when the request is ready to run (i.e. the submit fence is
signaled) and when the request is actually run (a new execute fence).
This is typically split between the request itself wanting to wait upon
others (for which we use the submit fence) and the CPU wanting to wait
upon the request, for which we use the execute fence to be sure the
hardware is ready to signal completion.
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Tvrtko Ursulin <[email protected]>
Reviewed-by: Joonas Lahtinen <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions