All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] umr: Add support for "--ppt-read"
@ 2022-03-27 10:42 Luben Tuikov
  2022-03-27 10:42 ` [PATCH 2/5] umr: Reorg and print the message on ppt-read Luben Tuikov
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Luben Tuikov @ 2022-03-27 10:42 UTC (permalink / raw)
  To: amd-gfx; +Cc: Tom StDenis, Jinzhou . Su, Luben Tuikov

Add support for "--ppt-read" to fall in line with the way rest of the
command line options are formatted. The old "--ppt_read" is still
supported.

Cc: Tom StDenis <tom.stdenis@amd.com>
Cc: Jinzhou.Su <Jinzhou.Su@amd.com>
Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
---
 src/app/main.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/app/main.c b/src/app/main.c
index 2f9d6aadd7ff46..62ea2f42145f60 100644
--- a/src/app/main.c
+++ b/src/app/main.c
@@ -848,7 +848,9 @@ int main(int argc, char **argv)
 			umr_set_clock_performance(asic, "auto");
 			if (umr_check_clock_performance(asic, clockperformance, sizeof(clockperformance)) != 0)
 				printf("power_dpm_force_performance_level: %s", clockperformance);
-		} else if (!strcmp(argv[i], "--ppt_read") || !strcmp(argv[i], "-pptr")) {
+		} else if (!strcmp(argv[i], "--ppt-read") ||
+			   !strcmp(argv[i], "--ppt_read") ||
+			   !strcmp(argv[i], "-pptr")) {
 			if (!asic)
 				asic = get_asic();
 			if (i + 1 < argc) {

base-commit: decd91d8eae42d63eda4f6b7c97159b9cc343c26
-- 
2.35.1.607.gf01e51a7cf


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-28 17:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27 10:42 [PATCH 1/5] umr: Add support for "--ppt-read" Luben Tuikov
2022-03-27 10:42 ` [PATCH 2/5] umr: Reorg and print the message on ppt-read Luben Tuikov
2022-03-27 10:42 ` [PATCH 3/5] umr: Add command line support for "--gpu-metrics" Luben Tuikov
2022-03-27 10:42 ` [PATCH 4/5] umr: Document new format command line options Luben Tuikov
2022-03-27 10:42 ` [PATCH 5/5] umr: Completion: update new format options Luben Tuikov
2022-03-28 17:09   ` StDenis, Tom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.