Commit 9b76e061 authored by Likun Gao's avatar Likun Gao Committed by Alex Deucher
Browse files

drm/amdgpu: disable runtime pm for sienna_cichlid temporarily



Disable runtime pm for sienna_cichlid temporarily as BACO regression issue.

Signed-off-by: default avatarLikun Gao <Likun.Gao@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 35ed946c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ int amdgpu_driver_load_kms(struct drm_device *dev, unsigned long flags)
		 (adev->asic_type >= CHIP_TOPAZ) &&
		 (adev->asic_type != CHIP_VEGA10) &&
		 (adev->asic_type != CHIP_VEGA20) &&
		 (adev->asic_type != CHIP_SIENNA_CICHLID) &&
		 (adev->asic_type != CHIP_ARCTURUS)) /* enable runpm on VI+ */
		adev->runpm = true;
	else if (amdgpu_device_supports_baco(dev) &&