asahi: Rename PANDECODE->AGXDECODE
authorAlyssa Rosenzweig <alyssa@collabora.com>
Sun, 31 Oct 2021 15:13:58 +0000 (11:13 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 18 Nov 2021 23:35:25 +0000 (23:35 +0000)
Fix remnant of the Panfrost decoder fork.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13784>

src/asahi/lib/decode.c

index f19b12c..9132fff 100644 (file)
@@ -562,7 +562,7 @@ agxdecode_dump_file_open(void)
    /* This does a getenv every frame, so it is possible to use
     * setenv to change the base at runtime.
     */
-   const char *dump_file_base = getenv("PANDECODE_DUMP_FILE") ?: "agxdecode.dump";
+   const char *dump_file_base = getenv("AGXDECODE_DUMP_FILE") ?: "agxdecode.dump";
    if (!strcmp(dump_file_base, "stderr"))
       agxdecode_dump_stream = stderr;
    else {