diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-05-29 19:24:45 -0400 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2020-05-29 19:24:45 -0400 |
commit | bccb3deee2995e68a7f8a63d857f2cd298ff8361 (patch) | |
tree | 5be3a75e18924d52ae7d035bcf86322fb57edc47 /src/panfrost/encoder | |
parent | be8cbe0b41dcabb5a0beb7b2ab2bd6ce87eb7955 (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.h | 1 |
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; |