Skip to content

Commit 9d5a023

Browse files
committed
Update README.md, the firmware update command, the redhat10 support (#394)
1 parent d9a1a20 commit 9d5a023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ The AMD Open Source Driver for Vulkan is designed to support the following AMD G
2020
2121
### Operating System Support
2222
The AMD Open Source Driver for Vulkan is designed to support following distros and versions on both the AMDGPU upstream driver stack and the [AMDGPU Pro driver stack](https://www.amd.com/en/support/linux-drivers):
23-
* Ubuntu 24.04 (amd64 version)
2423
* Ubuntu 22.04 (amd64 version)
25-
* RedHat 8.6 (x86-64 version)
24+
* Ubuntu 24.04 (amd64 version)
2625
* RedHat 9.0 (x86-64 version)
26+
* RedHat 10.0 (x86-64 version)
2727

2828
The driver has not been well tested on other distros and versions. You may try it out on other distros and versions of your choice.
2929

@@ -47,7 +47,7 @@ The following features and improvements are planned in future releases (Please r
4747

4848

4949
### Known Issues
50-
* If you are using upstream stack, you may need to upgrade the kernel to 5.3 or later version and firmware (under /lib/firmware/amdgpu/) to the right version from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/amdgpu, and then update ramfs (sudo mkinitramfs -o /boot/initrd.img-`uname -r` `uname -r` or sudo mkinitcpio --generate /boot/initrd.img-`uname -r` `uname -r`)
50+
* If you are using upstream stack, you may need to upgrade the kernel to 5.3 or later version and firmware (under /lib/firmware/amdgpu/) to the right version from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/amdgpu, and then update ramfs (sudo update-initramfs -u -k \`uname -r\`)
5151
* Timeline semaphore is not fully supported in Linux kernel until version 5.5. You can install [Vulkan timeline semaphore layer](https://github.com/KhronosGroup/Vulkan-ExtensionLayer) to enable the extension if you are using earlier version of Linux kernel
5252

5353

0 commit comments

Comments
 (0)