diff options
author | Jason Ekstrand <[email protected]> | 2017-11-12 15:40:43 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-11-13 07:37:23 -0800 |
commit | 74a9e516964e1dae1049343f6285f276df353c3d (patch) | |
tree | 173351b7fde86f1b806f47eb159353c9acd8b686 /src/intel/genxml/gen75.xml | |
parent | 54a6f7eacaa25b328f8ed3cbfc0fd37bbbc59336 (diff) |
intel/genxml: Delete empty groups
They serve no purpose other than to just fill empty space in the packet
so each dword has something. Just disallowing empty groups is a bit
easier on some of the tools. This does not change the generated packing
headers in any way.
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen75.xml')
-rw-r--r-- | src/intel/genxml/gen75.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/genxml/gen75.xml b/src/intel/genxml/gen75.xml index cb408a2bb8d..e2fd856197d 100644 --- a/src/intel/genxml/gen75.xml +++ b/src/intel/genxml/gen75.xml @@ -488,8 +488,6 @@ <field name="X Max Clip Guardband" start="288" end="319" type="float"/> <field name="Y Min Clip Guardband" start="320" end="351" type="float"/> <field name="Y Max Clip Guardband" start="352" end="383" type="float"/> - <group count="4" start="384" size="32"> - </group> </struct> <struct name="BLEND_STATE_ENTRY" length="2"> |