mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Add Support for sysman Performance factor on windows
Related-To: LOCI-3342 Signed-off-by: Mayank Raghuwanshi <mayank.raghuwanshi@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
76c3b4ad53
commit
d7292a6b0d
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2022 Intel Corporation
|
||||
* Copyright (C) 2020-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -86,6 +86,8 @@ enum Component {
|
||||
MemoryComponent,
|
||||
PciComponent,
|
||||
GlobalOperationsComponent,
|
||||
StandbyComponent,
|
||||
PerformanceComponent,
|
||||
|
||||
MaxComponents,
|
||||
};
|
||||
@@ -147,6 +149,13 @@ enum Activity {
|
||||
MaxActivityRequests,
|
||||
};
|
||||
|
||||
enum Performance {
|
||||
NumPerformanceDomains = 0,
|
||||
SupportedDomains,
|
||||
Factor,
|
||||
MaxPerformanceRequests
|
||||
};
|
||||
|
||||
enum Temperature {
|
||||
NumTemperatureDomains = 0,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user