intel/genxml: add a missing value for MFX_SURFACE_STATE

Signed-off-by: Hyunjun Ko <zzoon@igalia.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27810>
This commit is contained in:
Hyunjun Ko
2023-09-20 16:07:33 +09:00
committed by Marge Bot
parent 6df5ace3a3
commit 5057a33fe3

View File

@@ -3049,6 +3049,7 @@
<field name="Pipeline" start="27" end="28" type="uint" default="2" />
<field name="Command Type" start="29" end="31" type="uint" default="3" />
<field name="Surface ID" start="32" end="35" type="uint" prefix="MFX">
<value name="Reference Picture" value="0" />
<value name="Source Input Picture" value="4" />
<value name="Reconstructed Scaled Reference Picture" value="5" />
</field>