diff options
| author | Chris Wilson <[email protected]> | 2019-07-13 11:00:06 +0100 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2019-07-13 19:36:55 +0100 |
| commit | a30eff49d08ca32b6c4e573a4b07c13b4881f2d3 (patch) | |
| tree | d88c755a311116599d0a75c2d9a552ce3e18cc03 /tools/perf/scripts/python/bin | |
| parent | cb823ed9915b0d4064f3f51e936fbe13c089948a (diff) | |
drm/i915/guc: Use system workqueue for log capture
We only employ a single task for log capture, and created a workqueue
for the purpose of ensuring we had a high priority queue for low
latency. We can simply use the system_highpri_wq and avoid the
complication with creating our own admist the maze of mutexes.
(Currently we create the wq early before we even know we need it in
order to avoid trying to create it on demand while we hold the logging
mutex.)
Signed-off-by: Chris Wilson <[email protected]>
Cc: Daniele Ceraolo Spurio <[email protected]>
Cc: Michal Wajdeczko <[email protected]>
Cc: MichaĆ Winiarski <[email protected]>
Reviewed-by: Daniele Ceraolo Spurio <[email protected]>
Reviewed-by: Michal Wajdeczko <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions