freedreno/registers: Allow varset to be specified on enum
It gets a bit repetitive to specify the same varset on each value. The rnn decode already handles it when specified on the enum, we just need to relax the schema to allow this. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17817>
This commit is contained in:
@@ -255,6 +255,7 @@
|
||||
<attribute name="inline" type="rng:Boolean" use="optional" />
|
||||
<attribute name="bare" type="rng:Boolean" use="optional" />
|
||||
<attribute name="prefix" type="NMTOKENS" use="optional" />
|
||||
<attribute name="varset" type="NMTOKEN" use="optional" />
|
||||
</complexType>
|
||||
|
||||
<complexType name="valueType">
|
||||
|
||||
Reference in New Issue
Block a user