aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/encoder
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-05-29 19:24:45 -0400
committerAlyssa Rosenzweig <[email protected]>2020-05-29 19:24:45 -0400
commitbccb3deee2995e68a7f8a63d857f2cd298ff8361 (patch)
tree5be3a75e18924d52ae7d035bcf86322fb57edc47 /src/panfrost/encoder
parentbe8cbe0b41dcabb5a0beb7b2ab2bd6ce87eb7955 (diff)
panfrost: Probe G31/G52 if PAN_MESA_DEBUG=bifrost
We're not *quite* ready to open the flood gates on Bifrost (a major blocker is CI, which is itself blocked on the lockdowns - expected to be resolved in the coming months..) Nevertheless, let's add a debug option to probe on compatible Bifrost devices to avoid keeping out-of-tree patches around. Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5272>
Diffstat (limited to 'src/panfrost/encoder')
-rw-r--r--src/panfrost/encoder/pan_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/encoder/pan_util.h b/src/panfrost/encoder/pan_util.h
index 320a608e36f..721f0436682 100644
--- a/src/panfrost/encoder/pan_util.h
+++ b/src/panfrost/encoder/pan_util.h
@@ -36,6 +36,7 @@
#define PAN_DBG_PRECOMPILE 0x0020
#define PAN_DBG_GLES3 0x0040
#define PAN_DBG_FP16 0x0080
+#define PAN_DBG_BIFROST 0x0100
extern int pan_debug;