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 01:18:00 +0000 (21:18 -0400)
commit11e612a093ab6679d488e5e5aef887a551e89562
treeba3acf4b301799ba40e434c0d7a19fba9ebc8114
parent685967b3c138f3d8a797ac82b39005891de0fb92
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c