panfrost: Add missing 'Reverse issue order flag'

Should fix an issue I'm seeing. Spoiler alert, it does not.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Acked-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11123>
This commit is contained in:
Alyssa Rosenzweig 2021-06-01 17:51:05 -04:00 committed by Marge Bot
parent 317dd5b327
commit 655983d328
1 changed files with 5 additions and 0 deletions

View File

@ -1390,6 +1390,11 @@
<struct name="Render Target Bifrost AFBC Overlay" size="16">
<field name="AFBC Split Block Enable" size="1" start="7:18" type="bool"/>
<field name="AFBC Wide Block Enable" size="1" start="7:19" type="bool"/>
<!-- Flag in v7 to effectively disable AFBC as a race condition workaround
when in-place rendering is used with the AFBC block size differing
from the effective tile size (XXX: does v6 need a different workaround?) -->
<field name="Reverse Issue Order" size="1" start="7:20" type="bool"/>
</struct>
<struct name="RT Clear">