Mesa (master): intel/tools/aubinator: Drop platform list from print_help()

Matt Turner mattst88 at kemper.freedesktop.org
Thu Mar 22 16:57:27 UTC 2018


Module: Mesa
Branch: master
Commit: f56693af4b2039ff389d74c181e107e48950b893
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f56693af4b2039ff389d74c181e107e48950b893

Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Mar 21 14:05:09 2018 -0700

intel/tools/aubinator: Drop platform list from print_help()

We all know the platform names, and I don't want to update this list
continually.

Reviewed-by: Rafael Antognolli <rafael.antognolli at intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/intel/tools/aubinator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c
index 8029dc1215..2a72efa8a2 100644
--- a/src/intel/tools/aubinator.c
+++ b/src/intel/tools/aubinator.c
@@ -548,7 +548,7 @@ print_help(const char *progname, FILE *file)
            "Decode aub file contents from either FILE or the standard input.\n\n"
            "A valid --gen option must be provided.\n\n"
            "      --help          display this help and exit\n"
-           "      --gen=platform  decode for given platform (ivb, byt, hsw, bdw, chv, skl, kbl, bxt or cnl)\n"
+           "      --gen=platform  decode for given platform (3 letter platform name)\n"
            "      --headers       decode only command headers\n"
            "      --color[=WHEN]  colorize the output; WHEN can be 'auto' (default\n"
            "                        if omitted), 'always', or 'never'\n"




More information about the mesa-commit mailing list