mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Rename HardwareInfo members
Change-Id: I85f56b677bafdd75dd958b488522393fc18b68af Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
@@ -58,8 +58,8 @@ void PerformanceCounters::shutdown() {
|
||||
}
|
||||
|
||||
void PerformanceCounters::initialize(const HardwareInfo *hwInfo) {
|
||||
useMIRPC = !(hwInfo->pWaTable.waDoNotUseMIReportPerfCount);
|
||||
gfxFamily = hwInfo->pPlatform.eRenderCoreFamily;
|
||||
useMIRPC = !(hwInfo->workaroundTable.waDoNotUseMIReportPerfCount);
|
||||
gfxFamily = hwInfo->platform.eRenderCoreFamily;
|
||||
|
||||
if (getPerfCountersQueryDataFactory[gfxFamily] != nullptr) {
|
||||
getPerfCountersQueryDataFunc = getPerfCountersQueryDataFactory[gfxFamily];
|
||||
|
||||
Reference in New Issue
Block a user