aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorAlan Liu <[email protected]>2023-06-27 12:21:51 +0800
committerAlex Deucher <[email protected]>2023-07-18 11:14:56 -0400
commitfff7b95a5046be01df5883b3297139cf21bc8763 (patch)
tree5943db2fc6f7e4adeb4c7973f1666a3c5c643cbc /tools/perf/scripts/python/bin
parentc4ba2b50f2be8f0ce7bed41d9e5aca66dffc41d2 (diff)
drm/amd/display: Fix race condition when turning off an output alone
[Why] When 2 threads are doing commit_tail parallelly, one thread could commit new streams to dc state but another thread remove it from dc right away. [How] If we don't have new dm state change from commit_check, then we should not call dc_commit_streams() in commit_tail. A new function amdgpu_dm_commit_streams() is introduced to refator dc_commit_stream() adjacent code and fix this issue. Reviewed-by: Harry Wentland <[email protected]> Acked-by: Alan Liu <[email protected]> Signed-off-by: Alan Liu <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions