[AMD Official Use Only] Thanks Luben, I've committed and pushed out these patches. Cheers, Tom ________________________________________ From: Tuikov, Luben <Luben.Tuikov@xxxxxxx> Sent: Sunday, March 27, 2022 06:42 To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx Cc: Tuikov, Luben; StDenis, Tom; Su, Jinzhou (Joe) Subject: [PATCH 5/5] umr: Completion: update new format options Update completion for "--ppt-read" and "--gpu-metrics". Cc: Tom StDenis <tom.stdenis@xxxxxxx> Cc: Jinzhou.Su <Jinzhou.Su@xxxxxxx> Signed-off-by: Luben Tuikov <luben.tuikov@xxxxxxx> --- scripts/umr-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/umr-completion.bash b/scripts/umr-completion.bash index 0e1444357c82a9..bd0b61b2d38831 100644 --- a/scripts/umr-completion.bash +++ b/scripts/umr-completion.bash @@ -333,7 +333,7 @@ _umr_comp_ring_stream() _umr_completion() { - local ALL_LONG_ARGS=(--database-path --option --gpu --instance --force --pci --gfxoff --vm_partition --bank --sbank --cbank --config --enumerate --list-blocks --list-regs --dump-discovery-table --lookup --write --writebit --read --scan --logscan --top --waves --profiler --vm-decode --vm-read --vm-write --vm-write-word --vm-disasm --ring-stream --dump-ib --dump-ib-file --header-dump --power --clock-scan --clock-manual --clock-high --clock-low --clock-auto --ppt_read --gpu_metrics --power --vbios_info --test-log --test-harness --server --gui) + local ALL_LONG_ARGS=(--database-path --option --gpu --instance --force --pci --gfxoff --vm_partition --bank --sbank --cbank --config --enumerate --list-blocks --list-regs --dump-discovery-table --lookup --write --writebit --read --scan --logscan --top --waves --profiler --vm-decode --vm-read --vm-write --vm-write-word --vm-disasm --ring-stream --dump-ib --dump-ib-file --header-dump --power --clock-scan --clock-manual --clock-high --clock-low --clock-auto --ppt-read --gpu-metrics --power --vbios_info --test-log --test-harness --server --gui) local cur prev -- 2.35.1.607.gf01e51a7cf