panfrost: Specify alignment for the Job Header descriptor
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 5 Jul 2021 10:13:44 +0000 (12:13 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 5 Jul 2021 13:08:05 +0000 (15:08 +0200)
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11709>

src/panfrost/lib/midgard.xml

index 6a43bac..d879f3a 100644 (file)
     <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"/>