Mesa (main): pan/bi: Mark LD_TILE as w=format

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 7 14:34:59 UTC 2022


Module: Mesa
Branch: main
Commit: a2916aa93467b84e87a615ce683718445b95c617
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2916aa93467b84e87a615ce683718445b95c617

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Fri Jan 28 18:16:09 2022 -0500

pan/bi: Mark LD_TILE as w=format

This tracks register usage more precisely for LD_TILE, which is an encoding
difference on Valhall.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15793>

---

 src/panfrost/bifrost/ISA.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/bifrost/ISA.xml b/src/panfrost/bifrost/ISA.xml
index c69be0b3203..5970f7da675 100644
--- a/src/panfrost/bifrost/ISA.xml
+++ b/src/panfrost/bifrost/ISA.xml
@@ -6376,7 +6376,7 @@
     </mod>
   </ins>
 
-  <ins name="+LD_TILE" staging="w=vecsize" mask="0xff800" exact="0xcb000" message="tile">
+  <ins name="+LD_TILE" staging="w=format" mask="0xff800" exact="0xcb000" message="tile">
     <src start="0"/>
     <src start="3"/>
     <src start="6" mask="0xf7"/>



More information about the mesa-commit mailing list