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.
This commit is contained in:
Sergio Costas Rodriguez 2025-12-03 10:53:38 +01:00
parent a050f86ed8
commit d72d7c6eef
No known key found for this signature in database
GPG key ID: D4A5410CE1372A40

View file

@ -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.