From: Alyssa Rosenzweig Date: Mon, 6 Apr 2020 18:06:59 +0000 (-0400) Subject: pan/bit: Enable more debug for `run` X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc446dc3220f618b485f5364f85651b373db81eb;p=mesa.git pan/bit: Enable more debug for `run` Signed-off-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/bifrost/cmdline.c b/src/panfrost/bifrost/cmdline.c index a0d6364f398..3668de5487d 100644 --- a/src/panfrost/bifrost/cmdline.c +++ b/src/panfrost/bifrost/cmdline.c @@ -158,7 +158,7 @@ run(const char *filename) }, }; - bit_vertex(dev, prog, NULL, 0, NULL, 0, NULL, 0, BIT_DEBUG_FAIL); + bit_vertex(dev, prog, NULL, 0, NULL, 0, NULL, 0, BIT_DEBUG_ALL); free(code); }