]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/amdgpu: add helpers for baco entry and exit
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 4 Oct 2019 17:33:09 +0000 (12:33 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Nov 2019 21:42:52 +0000 (16:42 -0500)
commit361dbd01a1de8bdd6bdf9a879ae23a121b8f7266
tree1a923aec247728e43d1f8d2d04970cb411b3195a
parent11520f27085bbab7dcb2b5998dec7e7abe3a5bd1
drm/amdgpu: add helpers for baco entry and exit

BACO - Bus Active, Chip Off

Will be used for runtime pm.  Entry will enter the BACO
state (chip off).  Exit will exit the BACO state (chip on).

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