diff options
author | Lijo Lazar <lijo.lazar@amd.com> | 2023-09-28 05:34:11 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-10-05 23:59:35 +0200 |
commit | 4798db85b76a0e2bebe8bb51251c2688b1e8ab93 (patch) | |
tree | 60afc6fb099468483fd35bfd700c377a93899899 /Documentation/gpu | |
parent | drm/amdgpu: Add sysfs attribute to get board info (diff) | |
download | linux-4798db85b76a0e2bebe8bb51251c2688b1e8ab93.tar.xz linux-4798db85b76a0e2bebe8bb51251c2688b1e8ab93.zip |
Documentation/amdgpu: Add board info details
Add documentation for board info sysfs attribute.
Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/amdgpu/driver-misc.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gpu/amdgpu/driver-misc.rst b/Documentation/gpu/amdgpu/driver-misc.rst index 4321c38fef21..82b47f1818ac 100644 --- a/Documentation/gpu/amdgpu/driver-misc.rst +++ b/Documentation/gpu/amdgpu/driver-misc.rst @@ -32,6 +32,12 @@ unique_id .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c :doc: unique_id +board_info +---------- + +.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_device.c + :doc: board_info + Accelerated Processing Units (APU) Info --------------------------------------- |