]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix runpm documentation
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Dec 2021 14:54:40 +0000 (09:54 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Dec 2021 02:51:30 +0000 (21:51 -0500)
commit8c770cacf29dc2ed033b9182aeb3169d6a73ea4b
tree178eae0313149ae7c1e889246b1ed93894be6707
parent99a5182eda0eefc2bd8347fbb611984ffb9941a9
drm/amdgpu: fix runpm documentation

It's not only supported by HG/PX laptops.  It's supported
by all dGPUs which supports BOCO/BACO functionality (runtime
D3).

BOCO - Bus Off, Chip Off.  The entire chip is powered off.
       This is controlled by ACPI.
BACO - Bus Active, Chip Off.  The chip still shows up
       on the PCI bus, but the device itself is powered
       down.

v2: fix missed HG/PX reference

Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c