diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-04-06 14:06:59 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-06 19:41:56 +0000 |
commit | fc446dc3220f618b485f5364f85651b373db81eb (patch) | |
tree | d9e95510b4e88b452f1e6d936709079f4233155b /src/panfrost | |
parent | 0e0f7f110cbf9a39325cf7c2361a611fd8c870b3 (diff) |
pan/bit: Enable more debug for `run`
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4470>
Diffstat (limited to 'src/panfrost')
-rw-r--r-- | src/panfrost/bifrost/cmdline.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |