drm/amdgpu: disable runtime pm for sienna_cichlid temporarily
authorLikun Gao <Likun.Gao@amd.com>
Thu, 16 Apr 2020 06:53:08 +0000 (14:53 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2020 05:59:13 +0000 (01:59 -0400)
Disable runtime pm for sienna_cichlid temporarily as BACO regression issue.

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c

index 4db523ff399896aee0aeb929f990866a64a3c90c..9c2ef519523340f2c6ab04d5d65add4c3836e1d6 100644 (file)
@@ -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) &&