|
From: GitLab M. <git...@ke...> - 2025-12-03 14:12:54
|
README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d72d7c6eef64ad2e200b0f1fa8cd2447b9a6c660
Author: Sergio Costas Rodriguez <ser...@ca...>
Date: Wed Dec 3 10:53:38 2025 +0100
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.
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.
|