Mesa (staging/21.2): panfrost: Remove unneeded quirks from T760

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 24 20:29:57 UTC 2021


Module: Mesa
Branch: staging/21.2
Commit: f6d6352e07f141b400d465dfa522afc468f5f9c6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6d6352e07f141b400d465dfa522afc468f5f9c6

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Mon Aug 23 14:53:00 2021 -0400

panfrost: Remove unneeded quirks from T760

Will cause trouble later in the series when we start garbage collecting
unneeded code.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11383>
(cherry picked from commit 6dfdeea213de141f7e6d9d2be22d340087f1729f)

---

 .pick_status.json                      | 2 +-
 src/panfrost/include/panfrost-quirks.h | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.pick_status.json b/.pick_status.json
index 1db56ca574c..fe9936ed9bd 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -382,7 +382,7 @@
         "description": "panfrost: Remove unneeded quirks from T760",
         "nominated": true,
         "nomination_type": 0,
-        "resolution": 0,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": null
     },
diff --git a/src/panfrost/include/panfrost-quirks.h b/src/panfrost/include/panfrost-quirks.h
index 5c9000647ce..cede8254dc0 100644
--- a/src/panfrost/include/panfrost-quirks.h
+++ b/src/panfrost/include/panfrost-quirks.h
@@ -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:



More information about the mesa-commit mailing list