[SWDEV-513210] Add references to AMDGPU RAS Support info in API docs (#144)

Add reference to AMDGPU RAS Support info in API docs

[ROCm/amdsmi commit: 0b4a6ff149]
Šī revīzija ir iekļauta:
Park, Peter
2025-03-04 10:32:23 -05:00
revīziju iesūtīja GitHub
vecāks c0809e05cb
revīzija 43b5d10e26
2 mainīti faili ar 32 papildinājumiem un 0 dzēšanām
@@ -1045,6 +1045,10 @@ except AmdSmiException as e:
Description: Returns the ECC error count for the given GPU.
It is not supported on virtual machine guest
See [RAS Error Count sysfs Interface (AMDGPU RAS Support - Linux Kernel
documentation)](https://docs.kernel.org/gpu/amdgpu/ras.html#ras-error-count-sysfs-interface)
to learn how these error counts are accessed.
Input parameters:
* `processor_handle` device which to query
@@ -3106,6 +3110,10 @@ except AmdSmiException as e:
Description: Retrieve the error counts for a GPU block. It is not supported
on virtual machine guest
See [RAS Error Count sysfs Interface (AMDGPU RAS Support - Linux Kernel
documentation)](https://docs.kernel.org/gpu/amdgpu/ras.html#ras-error-count-sysfs-interface)
to learn how these error counts are accessed.
Input parameters:
* `processor_handle` handle for the given device
@@ -3145,6 +3153,10 @@ except AmdSmiException as e:
Description: Retrieve the enabled ECC bit-mask. It is not supported on virtual
machine guest
See [RAS Error Count sysfs Interface (AMDGPU RAS Support - Linux Kernel
documentation)](https://docs.kernel.org/gpu/amdgpu/ras.html#ras-error-count-sysfs-interface)
to learn how these error counts are accessed.
Input parameters:
* `processor_handle` handle for the given device
@@ -3177,6 +3189,10 @@ except AmdSmiException as e:
Description: Retrieve the ECC status for a GPU block. It is not supported
on virtual machine guest
See [RAS Error Count sysfs Interface (AMDGPU RAS Support - Linux Kernel
documentation)](https://docs.kernel.org/gpu/amdgpu/ras.html#ras-error-count-sysfs-interface)
to learn how these error counts are accessed.
Input parameters:
* `processor_handle` handle for the given device