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

Author: Tomeu Vizoso <[email protected]>
Date:   Mon Jul  5 12:13:44 2021 +0200

panfrost: Specify alignment for the Job Header descriptor

Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Boris Brezillon <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11709>

---

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

diff --git a/src/panfrost/lib/midgard.xml b/src/panfrost/lib/midgard.xml
index 6a43bac7c07..d879f3ae4c9 100644
--- a/src/panfrost/lib/midgard.xml
+++ b/src/panfrost/lib/midgard.xml
@@ -1525,7 +1525,7 @@
     <section name="Bifrost Padding" offset="64" type="Bifrost Framebuffer 
Padding"/>
   </aggregate>
 
-  <struct name="Job Header">
+  <struct name="Job Header" align="64">
     <field name="Exception Status" size="32" start="0:0" type="uint"/>
     <field name="First Incomplete Task" size="32" start="1:0" type="uint"/>
     <field name="Fault Pointer" size="64" start="2:0" type="address"/>

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to