aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorPierre-Louis Bossart <[email protected]>2023-03-14 09:53:59 +0800
committerVinod Koul <[email protected]>2023-03-15 19:24:02 +0530
commit9c49a4dd6c861bd2636094712d6d874e257787e2 (patch)
treebc911f60381b40f80c14d4d98c4e8d4dd7615396 /tools/perf/scripts/python/flamegraph.py
parent59e924fe159cb441d6ff96811fde72ef0f32c094 (diff)
soundwire: intel: simplify sync_go sequence
In the existing code, the SHIM_SYNC::SYNC_GO bit is set, and the code waits for it to return to zero. That second wait part is just wrong: the SYNC_GO bit is *write-only* so there's no way to know if it's cleared by hardware. The code works because the value for a read-only bit is zero, but that's really just luck. Simplify the sequence to a plain read-modify-write. Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Rander Wang <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions