Mesa (main): panfrost: Add alignment info to write-value and cache-flush jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 5 05:56:29 UTC 2021


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

Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Thu Jul  1 17:56:59 2021 +0200

panfrost: Add alignment info to write-value and cache-flush jobs

Signed-off-by: Boris Brezillon <boris.brezillon at collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11695>

---

 src/panfrost/lib/midgard.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/panfrost/lib/midgard.xml b/src/panfrost/lib/midgard.xml
index 09a764bc9af..6a43bac7c07 100644
--- a/src/panfrost/lib/midgard.xml
+++ b/src/panfrost/lib/midgard.xml
@@ -1587,12 +1587,12 @@
     <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>



More information about the mesa-commit mailing list