Mesa (master): panfrost: Readd MIDGARD_SHADERLESS quirk to t760

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 3 22:57:54 UTC 2020


Module: Mesa
Branch: master
Commit: 6d00eaf733395323ef06efd08851e49de35ba845
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d00eaf733395323ef06efd08851e49de35ba845

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Mon Jun  1 18:32:41 2020 -0400

panfrost: Readd MIDGARD_SHADERLESS quirk to t760

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reported-by: Icecream95 <ixn at 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/include/panfrost-quirks.h b/src/panfrost/include/panfrost-quirks.h
index 10ea38f7cc2..c4b03a165aa 100644
--- a/src/panfrost/include/panfrost-quirks.h
+++ b/src/panfrost/include/panfrost-quirks.h
@@ -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:



More information about the mesa-commit mailing list