Module: Mesa
Branch: main
Commit: bbe0517481cf0dea6d78ac33069410e0ff86ca15
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbe0517481cf0dea6d78ac33069410e0ff86ca15

Author: Alyssa Rosenzweig <[email protected]>
Date:   Tue Jan 25 17:49:54 2022 -0500

panfrost: Remove MIDGARD_BROKEN_FP16 quirk

Unused.

Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14724>

---

 src/panfrost/include/panfrost-quirks.h | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/src/panfrost/include/panfrost-quirks.h 
b/src/panfrost/include/panfrost-quirks.h
index 2b871ecab2b..37104c637d5 100644
--- a/src/panfrost/include/panfrost-quirks.h
+++ b/src/panfrost/include/panfrost-quirks.h
@@ -34,14 +34,7 @@
 
 #define MIDGARD_NO_HIER_TILING (1 << 0)
 
-/* bit 1 unused */
-
-/* Whether fp16 is broken in the compiler. Hopefully this quirk will go away
- * over time */
-
-#define MIDGARD_BROKEN_FP16 (1 << 2)
-
-/* bits 4 and 5 unused */
+/* bit 1-5 unused */
 
 /* Whether this GPU lacks support for any typed stores in blend shader,
  * requiring packing instead */
@@ -65,9 +58,7 @@
 
 /* Quirk collections common to particular uarchs */
 
-#define MIDGARD_QUIRKS (MIDGARD_BROKEN_FP16 \
-                | MIDGARD_NO_TYPED_BLEND_STORES \
-                | MIDGARD_MISSING_LOADS)
+#define MIDGARD_QUIRKS (MIDGARD_NO_TYPED_BLEND_STORES | MIDGARD_MISSING_LOADS)
 
 #define BIFROST_QUIRKS NO_BLEND_PACKS
 

Reply via email to