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

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>
This commit is contained in:
Boris Brezillon
2021-07-01 17:56:59 +02:00
committed by Marge Bot
parent dea0c4ddd8
commit 55ec3596f5
+2 -2
View File
@@ -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>