mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 09:28:19 +02:00
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:
parent
a050f86ed8
commit
d72d7c6eef
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue