Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AMD Ryzen 5 7640HS #88

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added AMDGopDriver_7640HS.rom
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is a guide to get the Ryzen 7000 series processors with AMD Radeon 680M/780

## Confirmed list of hardware that works:

- [x] Ryzen 5 7640HS (RDNA3 760M Phoenix1 iGPU) - added by @vitaleg (Important: use modprobe.d/7640hs_blacklist.conf)
- [x] Ryzen 7 7735HS (RDNA2 680M Rembrandt iGPU)
- [x] Ryzen 7 7840HS (RDNA3 780M Phoenix iGPU)
- [x] Ryzen 9 7940HS (RDNA3 780M Phoenix iGPU) - thanks @mmaiero for confirming
Expand Down
12 changes: 12 additions & 0 deletions modprobe.d/7640hs_blacklist.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
blacklist snd_hda_intel
Copy link
Owner

Choose a reason for hiding this comment

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

it seems like there are too many blacklist items, ideally we only want the ones from amd, can you test if it works without the rest?

blacklist snd_pci_acp3x
blacklist snd_rn_pci_acp3x
blacklist snd_pci_acp5x
blacklist snd_pci_acp6x
blacklist snd_acp_pci
blacklist snd_rpl_pci_acp6x
blacklist snd_pci_ps
blacklist snd_sof_amd_renoir
blacklist snd_sof_amd_rembrandt
blacklist snd_sof_amd_vangogh
blacklist snd_sof_amd_acp63
Binary file added vbios_7640hs.bin
Binary file not shown.