pan/bi: Lower transcendentals on G71
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Sat, 6 Feb 2021 02:53:11 +0000 (21:53 -0500)
committerMarge Bot <eric+marge@anholt.net>
Mon, 8 Feb 2021 13:55:12 +0000 (13:55 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Acked-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8894>

src/panfrost/bifrost/bi_quirks.h

index f21a99b..5d600c1 100644 (file)
@@ -43,6 +43,8 @@ static inline unsigned
 bifrost_get_quirks(unsigned product_id)
 {
         switch (product_id >> 8) {
+        case 0x60:
+                return BIFROST_NO_PRELOAD | BIFROST_NO_FP32_TRANSCENDENTALS;
         case 0x62:
                 return BIFROST_NO_PRELOAD;
         case 0x70: