about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-06-14 23:42:13 +0530
committerJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-06-18 10:04:03 +0530
commit4f0fbbd09a0fbe12f0143d7f5a1823d72bb0aab6 (patch)
treed2d148f84f293feda8a5115eb3c99ad0ebc17db8 /nixos/doc
parent6a0b6a6b74a71be7c37b9d8bc4472cf087aff709 (diff)
docs/release-notes: 24.11: add amdgpu module
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2411.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md
index 7777df071b182..e3001e1d58036 100644
--- a/nixos/doc/manual/release-notes/rl-2411.section.md
+++ b/nixos/doc/manual/release-notes/rl-2411.section.md
@@ -4,6 +4,8 @@
 
 ## Highlights {#sec-release-24.11-highlights}
 
+- Convenience options for `amdgpu`, open source driver for Radeon cards, is now available under `hardware.amdgpu`.
+
 - [AMDVLK](https://github.com/GPUOpen-Drivers/AMDVLK), AMD's open source Vulkan driver, is now available to be configured as `hardware.amdgpu.amdvlk` option.
   This also allows configuring runtime settings of AMDVLK and enabling experimental features.