pan/bi: Correct the sr_count on +ST_TILE
authorAlyssa Rosenzweig <alyssa@collabora.com>
Wed, 18 Aug 2021 22:05:17 +0000 (22:05 +0000)
committerMarge Bot <eric+marge@anholt.net>
Fri, 20 Aug 2021 20:13:27 +0000 (20:13 +0000)
Otherwise we'll get validator fails when emitting +ST_TILE.

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

src/panfrost/bifrost/ISA.xml

index cb407c1..c6cb09e 100644 (file)
     </mod>
   </ins>
 
-  <ins name="+ST_TILE" staging="r=vecsize" mask="0xff800" exact="0xcb800" message="tile" dests="0">
+  <ins name="+ST_TILE" staging="r=format" mask="0xff800" exact="0xcb800" message="tile" dests="0">
     <src start="0"/>
     <src start="3"/>
     <src start="6" mask="0xf7"/>