Skip to content

Commit 9825ef3

Browse files
Feifei XuFeifei Xu
authored andcommitted
drm/amdgpu/runpm: disable runpm on Vega10
Some framework test will fail if enable runpm on Vega10. Disable it untill issue fixed. Signed-off-by: Feifei Xu <Feifei.Xu@amd.com> Tested-by: Kyle Chen <Kyle.Chen@amd.com>
1 parent aefb64c commit 9825ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ int amdgpu_driver_load_kms(struct drm_device *dev, unsigned long flags)
186186
else if (amdgpu_device_supports_baco(dev) &&
187187
(amdgpu_runtime_pm != 0) &&
188188
(adev->asic_type >= CHIP_TOPAZ) &&
189+
(adev->asic_type != CHIP_VEGA10) &&
189190
(adev->asic_type != CHIP_VEGA20) &&
190191
(adev->asic_type != CHIP_ARCTURUS) &&
191192
(adev->asic_type != CHIP_NAVI12)) /* enable runpm on VI+ */

0 commit comments

Comments
 (0)