Skip to content

Add support for Ryzen AI 7 350 - Model 60h - #9

Open
MR2K5 wants to merge 1 commit into
mattkeenan:masterfrom
MR2K5:zen5-ryzen-ai-7-350
Open

Add support for Ryzen AI 7 350 - Model 60h#9
MR2K5 wants to merge 1 commit into
mattkeenan:masterfrom
MR2K5:zen5-ryzen-ai-7-350

Conversation

@MR2K5

@MR2K5 MR2K5 commented Apr 5, 2026

Copy link
Copy Markdown

The driver works on Ryzen AI 350 7

Changes:

  • Added PCI_DEVICE_ID_AMD_1AH_M60H_DF_F3 (0x124b) definition.
  • Added Model 0x60 configuration to model_configs, reusing model 70h offsets.
  • Added the new PCI ID to zenpower_id_table.

Verification:

  • RAPL_P_Package looks correct, checked against battery acpi current/voltage.
  • Temperatures (Tdie/Tctl) match other acpi sensor on the laptop.

Comment thread zenpower_core.c
.flags = ZEN_CFG_ZEN2_CALC | ZEN_CFG_RAPL | ZEN_CFG_IS_ZEN5 | ZEN_CFG_NO_RAPL_CORE,
.name = "Zen5 Strix Halo (1Ah/70h)" },

/* Family 1Ah - Zen5 Ryzen AI 7 350 */

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/* Family 1Ah - Zen5 Ryzen AI 7 350 */
/* Family 1Ah - Zen5 Ryzen AI 7 350 */

Comment thread zenpower_core.c
#define PCI_DEVICE_ID_AMD_1AH_M70H_DF_F3 0x12bb
#endif

#ifndef PCI_DEVICE_ID_AMD_1AH_M60H_DF_F3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#ifndef PCI_DEVICE_ID_AMD_1AH_M60H_DF_F3
/* Zen5 Ryzen AI 7 350 */
#ifndef PCI_DEVICE_ID_AMD_1AH_M60H_DF_F3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants