smu: document verified support for Ryzen AI 9 HX 370 (Strix Point)#47
Open
sxlmnwb wants to merge 1 commit into
Open
smu: document verified support for Ryzen AI 9 HX 370 (Strix Point)#47sxlmnwb wants to merge 1 commit into
sxlmnwb wants to merge 1 commit into
Conversation
Tested on AMD Ryzen AI 9 HX 370: - CPUID: family 0x1A, model 0x24, stepping 0x0 - Codename resolved via case 0x24 -> CODENAME_STRIXPOINT - PM table version: 0x005D0009, size: 0xD54 (3412 bytes) - SMU firmware: 11.93.4.0, MP1 IF version: 13 - All PM table sensors read successfully Signed-off-by: Salman Wahib <sxlmnwb.dev@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Document verified hardware support for AMD Ryzen AI 9 HX 370 (Strix Point, Zen 5).
No functional changes — this PR adds comments to clarify which hardware
has been tested against existing code paths.
Changes
case 0x24: added comment documenting Ryzen AI 9 HX 370 is resolvedvia this path to
CODENAME_STRIXPOINTcase 0x5D0009: updated comment to reflect verified pm_table_versionand pm_table_size on real hardware (previously assumed from Ryzen PRO)
Hardware tested
Verification
Driver loads and detects correctly:
[ 2498.638400] ryzen_smu: loading version: 0.1.7
[ 2498.638408] ryzen_smu: CPUID: family 0x1A, model 0x24, stepping 0x0, package 0x1
[ 2498.638411] ryzen_smu: Family Codename: Strix Point
PM table reads successfully with all sensors functional (power, thermal,
frequency, voltage). Confirmed
pm_table_version=0x5D0009andpm_table_size=0xD54match existingcase 0x5D0009code path —this is NOT the same as the Ryzen PRO assumption, it is now verified
on consumer Ryzen AI 9 HX 370 hardware.
Tested on
makeand loaded viainsmod