/* * Copyright 2022 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 __SMU_V13_0_5_PPSMC_H__ #define __SMU_V13_0_5_PPSMC_H__ // SMU Response Codes: #define PPSMC_Result_OK … #define PPSMC_Result_Failed … #define PPSMC_Result_UnknownCmd … #define PPSMC_Result_CmdRejectedPrereq … #define PPSMC_Result_CmdRejectedBusy … // Message Definitions: #define PPSMC_MSG_TestMessage … #define PPSMC_MSG_GetSmuVersion … #define PPSMC_MSG_EnableGfxOff … #define PPSMC_MSG_DisableGfxOff … #define PPSMC_MSG_PowerDownVcn … #define PPSMC_MSG_PowerUpVcn … #define PPSMC_MSG_SetHardMinVcn … #define PPSMC_MSG_SetSoftMinGfxclk … #define PPSMC_MSG_Spare0 … #define PPSMC_MSG_GfxDeviceDriverReset … #define PPSMC_MSG_SetDriverDramAddrHigh … #define PPSMC_MSG_SetDriverDramAddrLow … #define PPSMC_MSG_TransferTableSmu2Dram … #define PPSMC_MSG_TransferTableDram2Smu … #define PPSMC_MSG_GetGfxclkFrequency … #define PPSMC_MSG_GetEnabledSmuFeatures … #define PPSMC_MSG_SetSoftMaxVcn … #define PPSMC_MSG_PowerDownJpeg … #define PPSMC_MSG_PowerUpJpeg … #define PPSMC_MSG_SetSoftMaxGfxClk … #define PPSMC_MSG_SetHardMinGfxClk … #define PPSMC_MSG_AllowGfxOff … #define PPSMC_MSG_DisallowGfxOff … #define PPSMC_MSG_SetSoftMinVcn … #define PPSMC_MSG_GetDriverIfVersion … #define PPSMC_MSG_PrepareMp1ForUnload … #define PPSMC_Message_Count … /** @enum Mode_Reset_e * Mode reset type, argument for PPSMC_MSG_GfxDeviceDriverReset */ Mode_Reset_e; /** @}*/ #endif