Partial support for XE_HP_SDV

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-04-23 16:43:48 +00:00
committed by Compute-Runtime-Automation
parent e0a50d3143
commit 96d14967ac
151 changed files with 15140 additions and 41 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2020 Intel Corporation
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -101,6 +101,9 @@ struct FeatureTableBase {
bool ftrRcsNode : 1;
bool ftrLocalMemory : 1;
bool ftrLocalMemoryAllows4KB : 1;
bool ftrFlatPhysCCS : 1;
bool ftrMultiTileArch : 1;
bool ftrCCSMultiInstance : 1;
};
uint64_t packed[2];
};