summaryrefslogtreecommitdiff
path: root/src/panfrost
diff options
context:
space:
mode:
authorIcecream95 <ixn@keemail.me>2020-10-09 22:39:40 +1300
committerMarge Bot <eric+marge@anholt.net>2020-10-10 00:39:21 +0000
commit210db65b1a10429fa109ff7a54a8a230d05575fa (patch)
treeef6b824eb54f92cab142485db4e3bf2947d8beb0 /src/panfrost
parent205f1d79e2464bf565dd02a9cb86ad7e5a3bf29d (diff)
panfrost: Add a debug flag to disable AFBC
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7076>
Diffstat (limited to 'src/panfrost')
-rw-r--r--src/panfrost/lib/pan_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/lib/pan_util.h b/src/panfrost/lib/pan_util.h
index 5f40fc93633..740cc26abd0 100644
--- a/src/panfrost/lib/pan_util.h
+++ b/src/panfrost/lib/pan_util.h
@@ -37,5 +37,6 @@
#define PAN_DBG_NOFP16 0x0040
#define PAN_DBG_BIFROST 0x0080
#define PAN_DBG_GL3 0x0100
+#define PAN_DBG_NO_AFBC 0x0200
#endif /* PAN_UTIL_H */