summaryrefslogtreecommitdiff
path: root/src/panfrost
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>2020-10-09 10:44:21 -0400
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>2020-10-10 17:15:03 -0400
commitb11cb4168816f1e5810a722a7a6eed2bbfeffdfd (patch)
tree284c703d8feb53c88bda54330374c885e99477cf /src/panfrost
parent0bfc7cbe64c8cbe31d0010a90e6a87b19789a545 (diff)
panfrost: Temporarily disable FP16 on Bifrost
There are some missing bits for FP16 to work on more complicated Bifrost tests. Towards conformance let's disable FP16 on Bifrost and reenable when these issues are sorted (principally, swizzle lowering). Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7081>
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 740cc26abd0..c44808e762e 100644
--- a/src/panfrost/lib/pan_util.h
+++ b/src/panfrost/lib/pan_util.h
@@ -38,5 +38,6 @@
#define PAN_DBG_BIFROST 0x0080
#define PAN_DBG_GL3 0x0100
#define PAN_DBG_NO_AFBC 0x0200
+#define PAN_DBG_FP16 0x0400
#endif /* PAN_UTIL_H */