From d72d7c6eef64ad2e200b0f1fa8cd2447b9a6c660 Mon Sep 17 00:00:00 2001 From: Sergio Costas Rodriguez Date: Wed, 3 Dec 2025 10:53:38 +0100 Subject: [PATCH] amdgpu: Fix envar name in documentation After a change in the patch, the environment variable name for the `amdgpu.ids` file paths changed to plurar form, but the documentation wasn't updated. This patch fixes it. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6704bba9..c47ee7ef 100644 --- a/README.rst +++ b/README.rst @@ -55,6 +55,6 @@ AMDGPU ASIC table file The AMDGPU driver requires the `amdgpu.ids` file. It is usually located at `$PREFIX/share/libdrm`, but it is possible to specify a set of alternative -paths at runtime by setting the `AMDGPU_ASIC_ID_TABLE_PATH` environment +paths at runtime by setting the `AMDGPU_ASIC_ID_TABLE_PATHS` environment variable with one or more colon-separated paths where to search for the `amdgpu.ids` file.