<div dir="ltr">Reviewed-by: Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 15, 2017 at 3:11 PM, Anuj Phogat <span dir="ltr"><<a href="mailto:anuj.phogat@gmail.com" target="_blank">anuj.phogat@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">V2: Leave a trailing comma for cnl entry in the table. (Jason)<br>
<br>
Signed-off-by: Anuj Phogat <<a href="mailto:anuj.phogat@gmail.com">anuj.phogat@gmail.com</a>><br>
Cc: Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>><br>
<span class="">---<br>
 src/intel/tools/aubinator.c | 8 +++++---<br>
 1 file changed, 5 insertions(+), 3 deletions(-)<br>
<br>
diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c<br>
</span>index 53b2a27..6e4bba2 100644<br>
<span class="">--- a/src/intel/tools/aubinator.c<br>
+++ b/src/intel/tools/aubinator.c<br>
@@ -970,7 +970,8 @@ struct {<br>
    { "bdw", MAKE_GEN(8, 0) },<br>
    { "skl", MAKE_GEN(9, 0) },<br>
    { "chv", MAKE_GEN(8, 0) },<br>
-   { "bxt", MAKE_GEN(9, 0) }<br>
+   { "bxt", MAKE_GEN(9, 0) },<br>
</span>+   { "cnl", MAKE_GEN(10, 0) },<br>
<span class=""> };<br>
<br>
 enum {<br>
@@ -1138,7 +1139,7 @@ print_help(const char *progname, FILE *file)<br>
            "Decode aub file contents from either FILE or the standard input.\n\n"<br>
            "A valid --gen option must be provided.\n\n"<br>
            "      --help          display this help and exit\n"<br>
-           "      --gen=platform  decode for given platform (ivb, byt, hsw, bdw, chv, skl, kbl or bxt)\n"<br>
+           "      --gen=platform  decode for given platform (ivb, byt, hsw, bdw, chv, skl, kbl, bxt or cnl)\n"<br>
            "      --headers       decode only command headers\n"<br>
            "      --color[=WHEN]  colorize the output; WHEN can be 'auto' (default\n"<br>
            "                        if omitted), 'always', or 'never'\n"<br>
@@ -1166,7 +1167,8 @@ int main(int argc, char *argv[])<br>
       { "chv", 0x22B3 }, /* Intel(R) HD Graphics (Cherryview) */<br>
       { "skl", 0x1912 }, /* Intel(R) HD Graphics 530 (Skylake GT2) */<br>
       { "kbl", 0x591D }, /* Intel(R) Kabylake GT2 */<br>
-      { "bxt", 0x0A84 }  /* Intel(R) HD Graphics (Broxton) */<br>
+      { "bxt", 0x0A84 },  /* Intel(R) HD Graphics (Broxton) */<br>
</span>+      { "cnl", 0x5A52 },  /* Intel(R) HD Graphics (Cannonlake) */<br>
<div class="HOEnZb"><div class="h5">    };<br>
    const struct option aubinator_opts[] = {<br>
       { "help",       no_argument,       (int *) &help,                 true },<br>
--<br>
2.9.3<br>
<br>
</div></div></blockquote></div><br></div>