Skip to content

Commit 4e3e3ff

Browse files
Update FTR and WA struct fields
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
1 parent c0d7be3 commit 4e3e3ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/source/sku_info/sku_info_base.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ struct FeatureTableBase {
105105
bool ftrMultiTileArch : 1;
106106
bool ftrCCSMultiInstance : 1;
107107
bool ftrPpgtt64KBWalkOptimization : 1;
108+
bool ftrUnified3DMediaCompressionFormats : 1;
108109
};
109110
uint64_t packed[2];
110111
};
@@ -137,5 +138,6 @@ struct WorkaroundTableBase {
137138
bool waAuxTable16KGranular = false;
138139
bool waDisableFusedThreadScheduling = false;
139140
bool waDefaultTile4 = false;
141+
bool waAuxTable64KGranular = false;
140142
};
141143
} // namespace NEO

0 commit comments

Comments
 (0)