drm/amdgpu: don't enable baco on boco platforms in runpm
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Aug 2021 14:03:30 +0000 (10:03 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Aug 2021 15:35:58 +0000 (11:35 -0400)
commit202ead5a3c589b0594a75cb99f080174f6851fed
tree822e41a19987196728a48ea91b8c07ffcbea07fd
parent39932ef75897bfcb8ba1120e7b09d615d74762fd
drm/amdgpu: don't enable baco on boco platforms in runpm

If the platform uses BOCO, don't use BACO in runtime suspend.
We could end up executing the BACO path if the platform supports
both.

Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1669
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c