panfrost: Add Tiled linear mode to the Block Format enum

Add it for completeness.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6797>
This commit is contained in:
Boris Brezillon 2020-09-03 17:27:51 +02:00 committed by Alyssa Rosenzweig
parent 76096c723a
commit fb95729b69

View file

@ -181,6 +181,7 @@
<enum name="Block Format">
<!--- 16x16 block u-interleaved -->
<value name="Tiled U-Interleaved" value="0"/>
<value name="Tiled Linear" value="1"/>
<value name="Linear" value="2"/>
<value name="AFBC" value="3"/>
</enum>