Skip to content

Commit

Permalink
Remove MMHub PG logic
Browse files Browse the repository at this point in the history
Windows disables it on all Vega iGPU ASICs

Signed-off-by: Visual Ehrmanntraut <[email protected]>
  • Loading branch information
VisualEhrmanntraut committed Mar 12, 2024
1 parent 6dfba86 commit c4acacd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NootedRed/AMDCommon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ constexpr UInt32 PPSMC_MSG_PowerUpGfx = 0x6;
constexpr UInt32 PPSMC_MSG_PowerUpSdma = 0xE;
constexpr UInt32 PPSMC_MSG_DeviceDriverReset = 0x1E;
constexpr UInt32 PPSMC_MSG_SoftReset = 0x2E;
constexpr UInt32 PPSMC_MSG_PowerGateMmHub = 0x35;
constexpr UInt32 PPSMC_MSG_ForceGfxContentSave = 0x39;
constexpr UInt32 PPSMC_MSG_PowerGateAtHub = 0x3D;

Expand Down
1 change: 0 additions & 1 deletion NootedRed/HWLibs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ void X5000HWLibs::smu10PowerUp() {
NRed::callback->sendMsgToSmc(PPSMC_MSG_ForceGfxContentSave);
NRed::callback->sendMsgToSmc(PPSMC_MSG_PowerUpSdma);
NRed::callback->sendMsgToSmc(PPSMC_MSG_PowerUpGfx);
NRed::callback->sendMsgToSmc(PPSMC_MSG_PowerGateMmHub);
}

CAILResult X5000HWLibs::smuInternalSwInit(void *ctx) {
Expand Down

0 comments on commit c4acacd

Please sign in to comment.