Update FTR and WA struct fields

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski 2021-11-19 13:28:06 +00:00 committed by Compute-Runtime-Automation
parent c0d7be3902
commit 4e3e3ffeae
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@ struct FeatureTableBase {
bool ftrMultiTileArch : 1;
bool ftrCCSMultiInstance : 1;
bool ftrPpgtt64KBWalkOptimization : 1;
bool ftrUnified3DMediaCompressionFormats : 1;
};
uint64_t packed[2];
};
@ -137,5 +138,6 @@ struct WorkaroundTableBase {
bool waAuxTable16KGranular = false;
bool waDisableFusedThreadScheduling = false;
bool waDefaultTile4 = false;
bool waAuxTable64KGranular = false;
};
} // namespace NEO