freedreno/registers/mdp5: fix validation error

Empty enums are not allowed.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6107>
This commit is contained in:
Rob Clark
2020-07-28 11:54:58 -07:00
committed by Marge Bot
parent 0586238036
commit c537947145

View File

@@ -63,6 +63,8 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
</enum>
<enum name="mdp5_format">
<!-- TODO -->
<value name="DUMMY" value="0"/>
</enum>
<enum name="mdp5_ctl_mode">