mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
style: configure readability-identifier-naming.ClassCase
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
260838430f
commit
6d43e96dee
@@ -138,16 +138,16 @@ void ADLP::setupHardwareInfoBase(HardwareInfo *hwInfo, bool setupFeatureTableAnd
|
||||
}
|
||||
}
|
||||
|
||||
const HardwareInfo ADLP_CONFIG::hwInfo = {
|
||||
const HardwareInfo AdlpHwConfig::hwInfo = {
|
||||
&ADLP::platform,
|
||||
&ADLP::featureTable,
|
||||
&ADLP::workaroundTable,
|
||||
&ADLP_CONFIG::gtSystemInfo,
|
||||
&AdlpHwConfig::gtSystemInfo,
|
||||
ADLP::capabilityTable,
|
||||
};
|
||||
|
||||
GT_SYSTEM_INFO ADLP_CONFIG::gtSystemInfo = {0};
|
||||
void ADLP_CONFIG::setupHardwareInfo(HardwareInfo *hwInfo, bool setupFeatureTableAndWorkaroundTable) {
|
||||
GT_SYSTEM_INFO AdlpHwConfig::gtSystemInfo = {0};
|
||||
void AdlpHwConfig::setupHardwareInfo(HardwareInfo *hwInfo, bool setupFeatureTableAndWorkaroundTable) {
|
||||
GT_SYSTEM_INFO *gtSysInfo = &hwInfo->gtSystemInfo;
|
||||
gtSysInfo->CsrSizeInMb = 8;
|
||||
gtSysInfo->IsDynamicallyPopulated = false;
|
||||
|
||||
Reference in New Issue
Block a user