]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Documentation/amdgpu: Add documentation for Peak Tops Limiter (PTL) sysfs interface
authorPerry Yuan <perry.yuan@amd.com>
Sun, 8 Feb 2026 16:42:05 +0000 (00:42 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 May 2026 19:55:55 +0000 (15:55 -0400)
commitaa86e750d0ff79c179772b9d3a95375c02a7d191
tree990c613c622ed28a93b350cce19c32089a0447ce
parentc2396ee6143a364b013588af2e60759f449f2b60
Documentation/amdgpu: Add documentation for Peak Tops Limiter (PTL) sysfs interface

The PTL (Peak Tops Limiter) feature exposes per-GPU sysfs files under
/sys/class/drm/cardX/device/ptl/ to allow users to enable or disable PTL,
configure preferred data formats, and query supported formats. The usage
of these sysfs files is not always obvious, so add documentation to
describe their purpose and provide concrete usage examples.

V3 changes:
 * format show will display preferred formats instead of N/A (Alex)

Signed-off-by: Perry Yuan <perry.yuan@amd.com>
Suggested-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Documentation/gpu/amdgpu/index.rst
Documentation/gpu/amdgpu/ptl.rst [new file with mode: 0644]