Software:AMDgpu (Linux kernel module)
Linux kernel dmesg logs about the AMDgpu kernel module, seen from a command-line-interface shell session. | |
Developer(s) | AMD |
---|---|
Initial release | 1.0 / 20 April 2015[1] |
Stable release | 5.11.32.21.40
/ 17 September 2021[2] |
Repository | github.com/radeonopencompute/rock-kernel-driver |
Written in | C |
Operating system | Linux |
Platform | x86-64 |
Type | Device driver |
License | MIT License |
AMDgpu is an open source device driver for the Linux operating system developed by AMD to support its Radeon lineup of graphics cards (GPUs). It was announced in 2014 as the successor to the previous radeon
device driver as part of AMD's new "unified" driver strategy,[3] and was released on April 20, 2015.[4]
Development
It takes the form of an in-tree kernel module.
As of 2022, AMD Kernel Fusion Driver (KFD) is now integrated in this one kernel module. AMD KFD development at AMD is part of ROCm, under the ROCk project.
Distribution
AMDgpu has been fully upstreamed and new developments continue to do so.
As AMDgpu is part of the monolithic Linux kernel, it is shipped by most Linux distributions directly. The package suite / install script amdgpu-pro, distributed by AMD directly from AMD Radeon Software, ships an AMDgpu kernel module somewhat reliably more up-to-date compared to that of kernels shipped in regular operating system distributions.
Community
The development of the kernel module happens between AMD and the Linux maintainers, discussions happen on the freedesktop.org mailing lists[5][6] - freedesktop being home to major Linux graphics projects such as Mesa, libdrm, Xorg, Wayland.
Support
AMDgpu officially supports cards built upon GCN 1.2 or higher, including new instruction sets such as RDNA1&2, CDNA.
Support issues
Though (As of 2022) support for GCN 1.0/1.1 is incomplete,[7] it can be enabled by a kernel parameter[8][9] and some Linux distributions enabled it by default.[10]
See also
- Radeon — AMD's main GPU brand
- AMD Radeon Software — AMD's default software distribution channel
- Free and open-source graphics device driver
References
- ↑ "Initial amdgpu driver release". 20 April 2015. https://lists.freedesktop.org/archives/dri-devel/2015-April/081501.html.
- ↑ "AMDgpu version bump". 17 September 2021. https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver/commit/5e2158164e449dcf2d956bea8b732f5b5290355d.
- ↑ Larabel, Michael (October 8, 2014). "The Slides Announcing The New "AMDGPU" Kernel Driver" (in en). https://www.phoronix.com/news/MTgwODA.
- ↑ Larabel, Michael (April 20, 2015). "AMD Releases New "AMDGPU" Linux Kernel Driver & Mesa Support" (in en). https://www.phoronix.com/news/AMD-AMDGPU-Released.
- ↑ "The dri-devel Archives". https://lists.freedesktop.org/archives/dri-devel/.
- ↑ "The amd-gfx Archives". https://lists.freedesktop.org/archives/amd-gfx/.
- ↑ "Defaulting Radeon GCN 1.0/1.1 GPUs To Better Linux Driver Is Held Up By Analog Outputs". https://www.phoronix.com/scan.php?page=news_item&px=AMDGPU-GCN-1.0-Analog-Block.
- ↑ "AMD Unleashes Initial AMDGPU Driver Support For GCN 1.0 / Southern Islands GPUs". Phoronix. 2016-05-13. https://www.phoronix.com/scan.php?page=news_item&px=AMDGPU-SI-Experimental-Code.
- ↑ "AMDgpu driver documentation". https://dri.freedesktop.org/docs/drm/gpu/amdgpu.html.
- ↑ "Mageia 8 RC1 Brings AMDGPU For GCN 1.0/1.1, NVIDIA GLVND, Linux 5.10 LTS". https://www.phoronix.com/scan.php?page=news_item&px=Mageia-8-RC1-Released.
External links
- "AMDgpu driver". Linux kernel. 2022-01-23. https://www.kernel.org/doc/html/latest/gpu/amdgpu/index.html.
Original source: https://en.wikipedia.org/wiki/AMDgpu (Linux kernel module).
Read more |