Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/compatibility/compatibility-matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Compatibility matrix
**************************************************************************************

The AMD GPU Driver (amdgpu) 30.30.2 is compatible with ROCm 7.2.x, 7.1.x, 7.0.x, 6.4.x, and 6.3.x. For more information, see `AMD GPU Driver (amdgpu) support matrix
The AMD GPU Driver (amdgpu) 30.30.3 is compatible with ROCm 7.2.x, 7.1.x, 7.0.x, 6.4.x, and 6.3.x. For more information, see `AMD GPU Driver (amdgpu) support matrix
<https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/user-kernel-space-compat-matrix.html>`__.

======================================
Expand Down
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
html_context["READTHEDOCS"] = True
project = "AMD GPU Driver (amdgpu)"

version = "30.30.2"
rocm_version = '7.2.1'
rocm_directory_version = '7.2.1' # in 6.0 rocm was located in /opt/rocm-6.0.0
amdgpu_version = '30.30.2' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/
amdgpu_url_version = '30.30.2'
version = "30.30.3"
rocm_version = '7.2.3'
rocm_directory_version = '7.2.3' # in 6.0 rocm was located in /opt/rocm-6.0.0
amdgpu_version = '30.30.3' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/
amdgpu_url_version = '30.30.3'
release = version
html_title = f"AMD GPU Driver (amdgpu) {version}"
author = "Advanced Micro Devices, Inc."
Expand Down
20 changes: 4 additions & 16 deletions docs/documentation/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
# AMD GPU Driver (amdgpu) 30.30.2 release notes
# AMD GPU Driver (amdgpu) 30.30.3 release notes

The release notes provide release highlights and resolved issues since the previous AMD GPU Driver release (30.30.1).
The release notes provide release highlights since the previous AMD GPU Driver release (30.30.2).

## Release highlights

The following are notable improvements and updates in AMD GPU Driver 30.30.2.
Added support for ROCm 7.2.3.

### Operating system and hardware support changes
## Operating system and hardware support changes

This release doesn’t introduce operating system or hardware support changes.

For compatibility between AMD GPU Driver, ROCm, GPUs, and operating systems, see the [Compatibility matrix](../compatibility/compatibility-matrix.rst).

### RAS and memory reliability improvements

The AMD GPU Driver 30.30.2 improves the Reliability, Availability, and Serviceability (RAS) subsystem with enhanced Bad Page Retirement handling on AMD Instinct MI300 Series GPUs. The driver now correctly identifies and retires all bad pages within a physical memory row, and properly recovers from invalid EEPROM table states.

## Resolved issues

The following previously known issues have been resolved in this release:

- Resolved an issue on AMD Instinct MI300 Series GPUs where the RAS EEPROM bad page table could become invalid, preventing the Bad Page Retirement feature from functioning correctly. The driver now detects and resets invalid EEPROM tables, restoring proper bad page tracking.

- Resolved an issue where VRAM type information was not being queried from firmware, causing incorrect memory type handling that affected the algorithm used to identify all bad pages within the same physical row. The driver now retrieves VRAM information directly from firmware for accurate bad page identification on AMD Instinct MI300 Series GPUs.
26 changes: 13 additions & 13 deletions docs/install/detailed-install/post-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Use the following command to check the installation of the AMD GPU Driver (amdgp

.. code-block:: bash

amdgpu/6.16.13-2317211.24.04, 6.17.0-20-generic, x86_64: installed
amdgpu/6.16.13-2327507.24.04, 6.17.0-20-generic, x86_64: installed

- ``amdgpu``: dkms module name
- ``6.16.13``: amdgpu driver version
- ``2317211``: amdgpu driver build number
- ``2327507``: amdgpu driver build number
- ``24.04``: distro version
- ``6.17.0-20-generic``: kernel version of dkms build
- ``installed``: dkms status; ``installed`` indicates successful installation of the amdgpu driver
Expand All @@ -44,11 +44,11 @@ Use the following command to check the installation of the AMD GPU Driver (amdgp

.. code-block:: bash

amdgpu/6.16.13-2317211.24.04, 6.12.63+deb13-amd64, x86_64: installed (Original modules exist)
amdgpu/6.16.13-2327507.24.04, 6.12.63+deb13-amd64, x86_64: installed (Original modules exist)

- ``amdgpu``: dkms module name
- ``6.16.13``: amdgpu driver version
- ``2317211``: amdgpu driver build number
- ``2327507``: amdgpu driver build number
- ``6.12.63+deb13-amd64``: kernel version of dkms build
- ``installed``: dkms status; ``installed`` indicates successful installation of the amdgpu driver

Expand All @@ -62,13 +62,13 @@ Use the following command to check the installation of the AMD GPU Driver (amdgp

.. code-block:: bash

amdgpu/6.16.13-2317211.el10, 6.12.0-124.49.1.el10_1.x86_64, x86_64: installed (Original modules exist)
amdgpu/6.16.13-2327507.el10, 6.12.0-124.52.1.el10_1.x86_64, x86_64: installed (Original modules exist)

- ``amdgpu``: dkms module name
- ``6.16.13``: amdgpu driver version
- ``2317211``: amdgpu driver build number
- ``2327507``: amdgpu driver build number
- ``el10``: distro version
- ``6.12.0-124.49.1.el10_1.x86_64``: kernel version of dkms build
- ``6.12.0-124.52.1.el10_1.x86_64``: kernel version of dkms build
- ``installed``: dkms status; ``installed`` indicates successful installation of the amdgpu driver

.. tab-item:: OL
Expand All @@ -81,11 +81,11 @@ Use the following command to check the installation of the AMD GPU Driver (amdgp

.. code-block:: bash

amdgpu/6.16.13-2317211.el10, 6.12.0-200.74.27.2.el10uek.x86_64, x86_64: installed (Original modules exist)
amdgpu/6.16.13-2327507.el10, 6.12.0-200.74.27.2.el10uek.x86_64, x86_64: installed (Original modules exist)

- ``amdgpu``: dkms module name
- ``6.16.13``: amdgpu driver version
- ``2317211``: amdgpu driver build number
- ``2327507``: amdgpu driver build number
- ``el10``: distro version
- ``6.12.0-200.74.27.2.el10uek.x86_64``: kernel version of dkms build
- ``installed``: dkms status; ``installed`` indicates successful installation of the amdgpu driver
Expand All @@ -100,11 +100,11 @@ Use the following command to check the installation of the AMD GPU Driver (amdgp

.. code-block:: bash

amdgpu/6.16.13-2317211.el9, 5.14.0-611.47.1.el9_7.x86_64, x86_64: installed
amdgpu/6.16.13-2327507.el9, 5.14.0-611.47.1.el9_7.x86_64, x86_64: installed

- ``amdgpu``: dkms module name
- ``6.16.13``: amdgpu driver version
- ``2317211``: amdgpu driver build number
- ``2327507``: amdgpu driver build number
- ``el9``: distro version
- ``5.14.0-611.47.1.el9_7.x86_64``: kernel version of dkms build
- ``installed``: dkms status; ``installed`` indicates successful installation of the amdgpu driver
Expand All @@ -119,11 +119,11 @@ Use the following command to check the installation of the AMD GPU Driver (amdgp

.. code-block:: bash

amdgpu/6.16.13-2317211, 6.4.0-150700.53.34-default, x86_64: installed (original_module exists)
amdgpu/6.16.13-2327507, 6.4.0-150700.53.34-default, x86_64: installed (original_module exists)

- ``amdgpu``: dkms module name
- ``6.16.13``: amdgpu driver version
- ``2317211``: amdgpu driver build number
- ``2327507``: amdgpu driver build number
- ``6.4.0-150700.53.34-default``: kernel version of dkms build
- ``installed``: dkms status; ``installed`` indicates successful installation of the amdgpu driver

Expand Down
1 change: 1 addition & 0 deletions docs/release/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ AMD GPU Driver (amdgpu) release history
:header: "Version","Release date"
:widths: 10, 30

"`30.30.3 <https://instinct.docs.amd.com/projects/amdgpu-docs/en/docs-30.30.3/>`_", "May 4, 2026"
"`30.30.2 <https://instinct.docs.amd.com/projects/amdgpu-docs/en/docs-30.30.2/>`_", "April 17, 2026"
"`30.30.1 <https://instinct.docs.amd.com/projects/amdgpu-docs/en/docs-30.30.1/>`_", "March 25, 2026"
"`30.30.0 <https://instinct.docs.amd.com/projects/amdgpu-docs/en/docs-30.30.0/>`_", "January 21, 2026"
Expand Down
Loading