panfrost: Readd MIDGARD_SHADERLESS quirk to t760
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 1 Jun 2020 22:32:41 +0000 (18:32 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 3 Jun 2020 22:48:10 +0000 (22:48 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reported-by: Icecream95 <ixn@keemail.me>
Fixes: e53d27de61b ("panfrost: Add quirks for blend shader types")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5289>

src/panfrost/include/panfrost-quirks.h

index 10ea38f7cc2cfe0ae40d5184f6e67b6fccf3c3ad..c4b03a165aa4fc4294aa6be5999a4b18c0b29b44 100644 (file)
@@ -96,7 +96,7 @@ panfrost_get_quirks(unsigned gpu_id)
         case 0x750:
                 /* Someone should investigate the broken loads? */
                 return MIDGARD_QUIRKS | MIDGARD_NO_TYPED_BLEND_LOADS
-                        | NO_BLEND_PACKS;
+                        | NO_BLEND_PACKS | MIDGARD_SHADERLESS;
 
         case 0x860:
         case 0x880: