File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ typedef struct GT_VDBOX_INFO
92
92
{
93
93
uint32_t VDBox0Enabled : 1 ; // To determine if VDBox0 is enabled
94
94
uint32_t VDBox1Enabled : 1 ; // To determine if VDBox1 is enabled
95
- uint32_t Reserved : 30 ; // Reserved bits
95
+ uint32_t VDBox2Enabled : 1 ; // To determine if VDBox2 is enabled
96
+ uint32_t Reserved : 29 ; // Reserved bits
96
97
} Bits ;
97
98
98
99
uint32_t VDBoxEnableMask ; // Union for all VDBox instances. It can be used to know if any of the VDBOX is enabled.
@@ -105,7 +106,8 @@ typedef struct GT_VDBOX_INFO
105
106
{
106
107
uint32_t VDBox0 : 1 ; // Set if VDBox0 supports SFC
107
108
uint32_t VDBox1 : 1 ; // Set if VDBox1 supports SFC
108
- uint32_t Reserved : 30 ; // Reserved bits
109
+ uint32_t VDBox2 : 1 ; // Set if VDBox2 supports SFC
110
+ uint32_t Reserved : 29 ; // Reserved bits
109
111
}SfcSupportedBits ;
110
112
111
113
uint32_t Value ;
You can’t perform that action at this time.
0 commit comments