panfrost: Remove unneeded quirks from T760
authorAlyssa Rosenzweig <alyssa@collabora.com>
Mon, 23 Aug 2021 18:53:00 +0000 (14:53 -0400)
committerMarge Bot <eric+marge@anholt.net>
Mon, 23 Aug 2021 20:54:33 +0000 (20:54 +0000)
Will cause trouble later in the series when we start garbage collecting
unneeded code.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11383>

src/panfrost/include/panfrost-quirks.h

index 5c90006..cede825 100644 (file)
@@ -98,9 +98,7 @@ panfrost_get_quirks(unsigned gpu_id, unsigned gpu_revision)
                 return MIDGARD_QUIRKS | MIDGARD_NO_HIER_TILING;
 
         case 0x750:
-                /* Someone should investigate the broken loads? */
-                return MIDGARD_QUIRKS | MIDGARD_NO_TYPED_BLEND_LOADS
-                        | NO_BLEND_PACKS;
+                return MIDGARD_QUIRKS;
 
         case 0x860:
         case 0x880: