mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Sysman for Windows: Multiple fixes and optimizations
Signed-off-by: Daniel Enriquez <daniel.enriquez.montanez@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0418c12c77
commit
dbe0ba2a0f
@@ -365,6 +365,12 @@ enum MemoryType {
|
||||
LPDDR4,
|
||||
DDR3,
|
||||
LPDDR3,
|
||||
GDDR4,
|
||||
GDDR5,
|
||||
GDDR5X,
|
||||
GDDR6,
|
||||
GDDR6X,
|
||||
GDDR7,
|
||||
UknownMemType,
|
||||
|
||||
MaxMemoryTypes,
|
||||
@@ -410,6 +416,41 @@ enum PciLinkSpeedType {
|
||||
MaxPciLinkSpeedTypes,
|
||||
};
|
||||
|
||||
enum ReturnCodes {
|
||||
Success = 0,
|
||||
|
||||
PcuError,
|
||||
IllegalCommand,
|
||||
TimeOut,
|
||||
IllegalData,
|
||||
IllegalSubCommand,
|
||||
OverclockingLocked,
|
||||
DomainServiceNotSupported,
|
||||
FrequencyExceedsMax,
|
||||
VoltageExceedsMax,
|
||||
OverclockingNotSupported,
|
||||
InvalidVr,
|
||||
InvalidIccMax,
|
||||
VoltageOverrideDisabled,
|
||||
ServiceNotAvailable,
|
||||
InvalidRequestType,
|
||||
InvalidComponent,
|
||||
BufferNotLargeEnough,
|
||||
GetNotSupported,
|
||||
SetNotSupported,
|
||||
MissingProperties,
|
||||
InvalidEvent,
|
||||
CreateEventError,
|
||||
ErrorVersion,
|
||||
ErrorSize,
|
||||
ErrorNoElements,
|
||||
ErrorBufferCorrupted,
|
||||
VTNotSupported,
|
||||
NotInitialized,
|
||||
PropertyNotSet,
|
||||
InvalidFlipType,
|
||||
};
|
||||
|
||||
enum PciLinkWidthType {
|
||||
PciLinkWidth1x = 0,
|
||||
PciLinkWidth2x,
|
||||
|
||||
Reference in New Issue
Block a user