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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user