AMD Radeon GCN, RDNA, and CDNA GPU driver (amdgpu)
The Linux kernel driver for AMD's modern Radeon and Instinct GPUs, covering the GCN, RDNA (consumer Radeon RX), and CDNA (datacenter Instinct) architectures from roughly 2012 onward. It powers everything from current desktop gaming cards like the Radeon RX 9070 XT to professional workstation GPUs like the Radeon PRO W7800 and AMD's compute accelerators.
It should stay because amdgpu is the primary, actively developed Linux driver for every modern AMD GPU, including the Radeon RX 9000 desktop cards and Radeon PRO W7000 workstation cards still being sold in 2025. Development is intense — thousands of commits and hundreds of contributors over the last five years, with fixes still landing — and there is no replacement to migrate to.
repository signals
624files
379,244source lines
7,719commits, 5y
+247,751 / −96,074lines added / removed, 5y
453authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 7,719 total · active in 60/61 months
Upstream kernel documentation describes amdgpu as the Linux driver for AMD Radeon GPUs across GCN, RDNA, and CDNA architectures, indicating active first-class upstream support.
AMD lists the Radeon PRO W7800 as a current workstation GPU product with Linux x86-64 OS support.
codex reasoning notes (technical)
Not a deprecation candidate. Static signals are extremely live: 7,718 substantive commits in 5y, 461 authors, and most recent substantive touch on 2026-03-30. I verified ongoing churn with `exec_command` using `git -c safe.directory=/nas4/data/workspace/personal/linux-drivers/.kernel-snapshot log --since=2025-01-01 -- drivers/gpu/drm/amd/amdgpu`, which returned recent amdgpu fixes. I checked for removal/deprecation discussion with `web.search_query` against lore.kernel.org for amdgpu+remove/deprecate and found no hits, so there is no visible active upstream removal track from that probe. I obtained the three cited URLs via `web.search_query`: kernel docs confirm broad current architectural coverage, and AMD product pages show new Linux-supported Radeon RX 9000 and Radeon PRO W7000 hardware still on sale. Because this is the primary upstream driver for current AMD GPUs, there is no natural replacement driver.