Skip to content

Commit 1b9aa06

Browse files
committed
Issue #763: Add AMD Radeon RX 7900 XT.
1 parent 508342f commit 1b9aa06

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: card
3+
title: "AMD Radeon RX 7900 XT 20GB PCIe x16"
4+
picture: "/images/gpu-radeon-rx7900xt.jpg"
5+
functionality_cm4: "None"
6+
functionality_pi5: "Full"
7+
driver_required: "Yes"
8+
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/763"
9+
buy_link: https://amzn.to/46juky9
10+
videos: []
11+
---
12+
The Radeon RX 7900 XT ("Navi 31") was released in 2022 and is supported by the open source amdgpu driver in the Linux Kernel.
13+
14+
It requires a physical x16 PCIe socket. You will need to supply 26A of 12V power (about 315W) to the card directly through it's separate 8-pin PCIe power plugs.
15+
16+
### `amdgpu` (open source) driver
17+
18+
To get the amdgpu driver loaded, you have to [recompile the Linux kernel for Pi OS](https://github.com/geerlingguy/raspberry-pi-pcie-devices/tree/master/extras/cross-compile) on the 6.15 branch (`rpi-6.15.y`) or later.
19+
20+
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `amdgpu` driver to install.
21+
22+
Also make sure you have the AMD firmware installed (`sudo apt install -y firmware-amd-graphics`) or the driver will complain about missing files.
23+
24+
The amdgpu driver needs a small patch to work correctly with the Raspberry Pi's PCIe bus; see the linked GitHub issue for more details.

images/gpu-radeon-rx7900xt.jpg

184 KB
Loading

0 commit comments

Comments
 (0)