Skip to content

Commit 941eda5

Browse files
committed
VDBox change for ICL
Change-Id: I929e116d46f12ef9aa1854dcde60aa73bd498c15 Signed-off-by: drprajap <[email protected]>
1 parent 1a4cf50 commit 941eda5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Source/inc/common/gtsysinfo.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ typedef struct GT_VDBOX_INFO
9292
{
9393
uint32_t VDBox0Enabled : 1; // To determine if VDBox0 is enabled
9494
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
9697
} Bits;
9798

9899
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
105106
{
106107
uint32_t VDBox0 : 1; // Set if VDBox0 supports SFC
107108
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
109111
}SfcSupportedBits;
110112

111113
uint32_t Value;

0 commit comments

Comments
 (0)