drm/amdgpu: rename amdgpu_device_is_px to amdgpu_device_supports_boco (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 4 Oct 2019 15:42:22 +0000 (10:42 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Nov 2019 21:42:50 +0000 (16:42 -0500)
commit31af062acfbd5db8b0b99d0ad418b33d4458e206
treeaad413797cfe05146b024450a25bb07fe34ee070
parenta69cba42b11ae5e8cede2ee6a61d9faf5187df9b
drm/amdgpu: rename amdgpu_device_is_px to amdgpu_device_supports_boco (v2)

BACO - Bus Active, Chip Off
BOCO - Bus Off, Chip Off

To better match what we are checking for and to align with
amdgpu_device_supports_baco.

BOCO is used on PowerXpress/Hybrid Graphics systems and BACO
is used on desktop dGPU boards.

v2: fix typo in documentation

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
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c