panfrost: Add alignment info to write-value and cache-flush jobs
authorBoris Brezillon <boris.brezillon@collabora.com>
Thu, 1 Jul 2021 15:56:59 +0000 (17:56 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 5 Jul 2021 05:43:49 +0000 (05:43 +0000)
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11695>

src/panfrost/lib/midgard.xml

index 09a764b..6a43bac 100644 (file)
     <field name="L2 Invalidate" size="1" start="1:1" type="bool"/>
   </struct>
 
-  <aggregate name="Write Value Job">
+  <aggregate name="Write Value Job" align="64">
     <section name="Header" offset="0" type="Job Header"/>
     <section name="Payload" offset="32" type="Write Value Job Payload"/>
   </aggregate>
 
-  <aggregate name="Cache Flush Job">
+  <aggregate name="Cache Flush Job" align="64">
     <section name="Header" offset="0" type="Job Header"/>
     <section name="Payload" offset="32" type="Cache Flush Job Payload"/>
   </aggregate>