Contribute
Register

AMD Radeon Performance Enhanced SSDT

Status
Not open for further replies.
I meant 10.15.5 obviously. Sorry for the typo.

Not sure anyone has tried. I know the method using the radeon boost.kext does not. That method causes a KP in 10.15.5.
 
Not sure anyone has tried. I know the method using the radeon boost.kext does not. That method causes a KP in 10.15.5.

We will see what is to be done with the release of 10.15.5 .
 
OK, i tried doing the geekbench test and it gave me: 81229. Thanks for all @mattystonnie !

Edit.I also tried premiere pro with metal rendering, but it always jerky. Is it a premiere problem?

Do you have an option there to select metal or open cl?
 
Not sure anyone has tried. I know the method using the radeon boost.kext does not. That method causes a KP in 10.15.5.

This is why I am asking. As far as I can tell both methods accomplish the same thing: Let macOS load the SMU firmware to the GPU. The kernel panic seems to only happen when used with the Radeon framebuffer but not with names ones.
 
Code:
            <key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>@0,name</key>
                <string>ATY,Orinoco</string>
                <key>AAPL,slot-name</key>
                <string>Slot-1@0,1,0/0,0</string>
                <key>ATY,EFIVersion</key>
                <data>MDEuMDEuMTkw</data>
                <key>CFG_PTPL2_TBL</key>
                <data>ggAAAHwAAAB2AAAAcAAAAGoAAABkAAAAXgAAAFgAAABSAAAATAAAAEYAAABAAAAAOgAAADQAAAAuAAAAKAAAAA==</data>
                <key>CFG_USE_AGDC</key>
                <integer>1</integer>
                <key>CFG_USE_SCANOUT</key>
                <integer>1</integer>
                <key>CFG_USE_TCON</key>
                <integer>1</integer>
                <key>PP_BootupDisplayState</key>
                <data>AQAAAA==</data>
                <key>PP_DisableMCDownLoadFeature</key>
                <integer>1</integer>
                <key>PP_EnableLoadFalconSmcFirmware</key>
                <integer>1</integer>
                <key>PP_Falcon_QuickTransition_Enable</key>
                <integer>1</integer>
                <key>PP_PowerPlayEnabled</key>
                <data>AQAAAA==</data>
                <key>PP_WorkLoadPolictyMask</key>
                <integer>1</integer>
                <key>model</key>
                <string>AMD Radeon RX 580</string>
            </dict>


That's for Clover.

You might have to change the PciRoot path (check yours with Hackintool >> PCIe >> Device Path)

Shouldn't this be:
Code:
            <key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>@0,name</key>
                <string>ATY,Orinoco</string>
                <key>AAPL,slot-name</key>
                <string>Slot-1@0,1,0/0,0</string>
                <key>ATY,EFIVersion</key>
                <data>MDEuMDEuMTkw</data>
                <key>CFG,CFG_PTPL2_TBL</key>
                <data>ggAAAHwAAAB2AAAAcAAAAGoAAABkAAAAXgAAAFgAAABSAAAATAAAAEYAAABAAAAAOgAAADQAAAAuAAAAKAAAAA==</data>
                <key>CFG,CFG_USE_AGDC</key>
                <integer>1</integer>
                <key>CFG,CFG_USE_SCANOUT</key>
                <integer>1</integer>
                <key>CFG,CFG_USE_TCON</key>
                <integer>1</integer>
                <key>PP,PP_BootupDisplayState</key>
                <data>AQAAAA==</data>
                <key>PP,PP_DisableMCDownLoadFeature</key>
                <integer>1</integer>
                <key>PP,PP_EnableLoadFalconSmcFirmware</key>
                <integer>1</integer>
                <key>PP,PP_Falcon_QuickTransition_Enable</key>
                <integer>1</integer>
                <key>PP,PP_PowerPlayEnabled</key>
                <data>AQAAAA==</data>
                <key>PP,PP_WorkLoadPolictyMask</key>
                <integer>1</integer>
                <key>model</key>
                <string>AMD Radeon RX 580</string>
            </dict>
 
Early SSDT for the rx 580, works best with Catalina, for Mojave I don't know.

My Sapphire Nitro RX 480 8GB has a clock of 1276 Mhz, so RX 580 should get a higher score.

How to install : use the SSDT into Clover/acpi/patched + WEG.

Also test after a sleep/ wake cycle, for me worked without.

For the second stage boot loading bar use the first display port of your GPU.

More good things are coming, trying to inject properties from the Radeon Pro 580.
For some reason I can't open this in MaciASL. Can you please post the text inside?
 
Status
Not open for further replies.
Back
Top