aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorVictor Skvortsov <[email protected]>2022-02-03 21:13:40 +0000
committerAlex Deucher <[email protected]>2022-02-16 17:30:02 -0500
commitaa79d3808e8cf1f5fd0f1c20c2e6a6865b5b940c (patch)
treede9b1907536e2a69845a4c439cbdec718a5de223 /tools/perf/scripts/python/libxed.py
parentfa39f936dbb96626d3345fd8d66af6be6f47ff9e (diff)
drm/amdgpu: Fix wait for RLCG command completion
if (!(tmp & flag)) condition will always evaluate to true when the flag is 0x0 (AMDGPU_RLCG_GC_WRITE). Instead check that address bits are cleared to determine whether the command is complete. Signed-off-by: Victor Skvortsov <[email protected]> Tested-by: Bokun Zhang <[email protected]> Reviewed by: Shaoyun.liu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions