/*
* Copyright 2016 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
*/
#ifndef PP_SMC_H
#define PP_SMC_H
#pragma pack (push, 1 )
#define SMU_UCODE_VERSION 0 x001c0800
/* SMU Response Codes: */
#define PPSMC_Result_OK 0 x1
#define PPSMC_Result_Failed 0 xFF
#define PPSMC_Result_UnknownCmd 0 xFE
#define PPSMC_Result_CmdRejectedPrereq 0 xFD
#define PPSMC_Result_CmdRejectedBusy 0 xFC
typedef uint16_t PPSMC_Result;
/* Message Definitions */
#define PPSMC_MSG_TestMessage 0 x1
#define PPSMC_MSG_GetSmuVersion 0 x2
#define PPSMC_MSG_GetDriverIfVersion 0 x3
#define PPSMC_MSG_EnableSmuFeatures 0 x4
#define PPSMC_MSG_DisableSmuFeatures 0 x5
#define PPSMC_MSG_GetEnabledSmuFeatures 0 x6
#define PPSMC_MSG_SetWorkloadMask 0 x7
#define PPSMC_MSG_SetPptLimit 0 x8
#define PPSMC_MSG_SetDriverDramAddrHigh 0 x9
#define PPSMC_MSG_SetDriverDramAddrLow 0 xA
#define PPSMC_MSG_SetToolsDramAddrHigh 0 xB
#define PPSMC_MSG_SetToolsDramAddrLow 0 xC
#define PPSMC_MSG_TransferTableSmu2Dram 0 xD
#define PPSMC_MSG_TransferTableDram2Smu 0 xE
#define PPSMC_MSG_UseDefaultPPTable 0 xF
#define PPSMC_MSG_UseBackupPPTable 0 x10
#define PPSMC_MSG_RunBtc 0 x11
#define PPSMC_MSG_RequestI2CBus 0 x12
#define PPSMC_MSG_ReleaseI2CBus 0 x13
#define PPSMC_MSG_ConfigureTelemetry 0 x14
#define PPSMC_MSG_SetUlvIpMask 0 x15
#define PPSMC_MSG_SetSocVidOffset 0 x16
#define PPSMC_MSG_SetMemVidOffset 0 x17
#define PPSMC_MSG_GetSocVidOffset 0 x18
#define PPSMC_MSG_GetMemVidOffset 0 x19
#define PPSMC_MSG_SetFloorSocVoltage 0 x1A
#define PPSMC_MSG_SoftReset 0 x1B
#define PPSMC_MSG_StartBacoMonitor 0 x1C
#define PPSMC_MSG_CancelBacoMonitor 0 x1D
#define PPSMC_MSG_EnterBaco 0 x1E
#define PPSMC_MSG_AllowLowGfxclkInterrupt 0 x1F
#define PPSMC_MSG_SetLowGfxclkInterruptThreshold 0 x20
#define PPSMC_MSG_SetSoftMinGfxclkByIndex 0 x21
#define PPSMC_MSG_SetSoftMaxGfxclkByIndex 0 x22
#define PPSMC_MSG_GetCurrentGfxclkIndex 0 x23
#define PPSMC_MSG_SetSoftMinUclkByIndex 0 x24
#define PPSMC_MSG_SetSoftMaxUclkByIndex 0 x25
#define PPSMC_MSG_GetCurrentUclkIndex 0 x26
#define PPSMC_MSG_SetSoftMinUvdByIndex 0 x27
#define PPSMC_MSG_SetSoftMaxUvdByIndex 0 x28
#define PPSMC_MSG_GetCurrentUvdIndex 0 x29
#define PPSMC_MSG_SetSoftMinVceByIndex 0 x2A
#define PPSMC_MSG_SetSoftMaxVceByIndex 0 x2B
#define PPSMC_MSG_SetHardMinVceByIndex 0 x2C
#define PPSMC_MSG_GetCurrentVceIndex 0 x2D
#define PPSMC_MSG_SetSoftMinSocclkByIndex 0 x2E
#define PPSMC_MSG_SetHardMinSocclkByIndex 0 x2F
#define PPSMC_MSG_SetSoftMaxSocclkByIndex 0 x30
#define PPSMC_MSG_GetCurrentSocclkIndex 0 x31
#define PPSMC_MSG_SetMinLinkDpmByIndex 0 x32
#define PPSMC_MSG_GetCurrentLinkIndex 0 x33
#define PPSMC_MSG_GetAverageGfxclkFrequency 0 x34
#define PPSMC_MSG_GetAverageSocclkFrequency 0 x35
#define PPSMC_MSG_GetAverageUclkFrequency 0 x36
#define PPSMC_MSG_GetAverageGfxActivity 0 x37
#define PPSMC_MSG_GetTemperatureEdge 0 x38
#define PPSMC_MSG_GetTemperatureHotspot 0 x39
#define PPSMC_MSG_GetTemperatureHBM 0 x3A
#define PPSMC_MSG_GetTemperatureVrSoc 0 x3B
#define PPSMC_MSG_GetTemperatureVrMem 0 x3C
#define PPSMC_MSG_GetTemperatureLiquid 0 x3D
#define PPSMC_MSG_GetTemperaturePlx 0 x3E
#define PPSMC_MSG_OverDriveSetPercentage 0 x3F
#define PPSMC_MSG_SetMinDeepSleepDcefclk 0 x40
#define PPSMC_MSG_SwitchToAC 0 x41
#define PPSMC_MSG_SetUclkFastSwitch 0 x42
#define PPSMC_MSG_SetUclkDownHyst 0 x43
#define PPSMC_MSG_RemoveDCClamp 0 x44
#define PPSMC_MSG_GfxDeviceDriverReset 0 x45
#define PPSMC_MSG_GetCurrentRpm 0 x46
#define PPSMC_MSG_SetVideoFps 0 x47
#define PPSMC_MSG_SetCustomGfxDpmParameters 0 x48
#define PPSMC_MSG_SetTjMax 0 x49
#define PPSMC_MSG_SetFanTemperatureTarget 0 x4A
#define PPSMC_MSG_PrepareMp1ForUnload 0 x4B
#define PPSMC_MSG_RequestDisplayClockByFreq 0 x4C
#define PPSMC_MSG_GetClockFreqMHz 0 x4D
#define PPSMC_MSG_DramLogSetDramAddrHigh 0 x4E
#define PPSMC_MSG_DramLogSetDramAddrLow 0 x4F
#define PPSMC_MSG_DramLogSetDramSize 0 x50
#define PPSMC_MSG_SetFanMaxRpm 0 x51
#define PPSMC_MSG_SetFanMinPwm 0 x52
#define PPSMC_MSG_ConfigureGfxDidt 0 x55
#define PPSMC_MSG_NumOfDisplays 0 x56
#define PPSMC_MSG_ReadSerialNumTop32 0 x58
#define PPSMC_MSG_ReadSerialNumBottom32 0 x59
#define PPSMC_MSG_SetSystemVirtualDramAddrHigh 0 x5A
#define PPSMC_MSG_SetSystemVirtualDramAddrLow 0 x5B
#define PPSMC_MSG_RunAcgBtc 0 x5C
#define PPSMC_MSG_RunAcgInClosedLoop 0 x5D
#define PPSMC_MSG_RunAcgInOpenLoop 0 x5E
#define PPSMC_MSG_InitializeAcg 0 x5F
#define PPSMC_MSG_GetCurrPkgPwr 0 x61
#define PPSMC_MSG_GetAverageGfxclkActualFrequency 0 x63
#define PPSMC_MSG_SetPccThrottleLevel 0 x67
#define PPSMC_MSG_UpdatePkgPwrPidAlpha 0 x68
#define PPSMC_Message_Count 0 x69
typedef int PPSMC_Msg;
#pragma pack (pop)
#endif
Messung V0.5 in Prozent C=96 H=95 G=95
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-06-08)
¤
*© Formatika GbR, Deutschland