Skip to content

Commit 5d11e37

Browse files
Feifei Xualexdeucher
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 <[email protected]> Tested-by: Kyle Chen <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 204eaac commit 5d11e37

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
@@ -172,6 +172,7 @@ int amdgpu_driver_load_kms(struct drm_device *dev, unsigned long flags)
172172
else if (amdgpu_device_supports_baco(dev) &&
173173
(amdgpu_runtime_pm != 0) &&
174174
(adev->asic_type >= CHIP_TOPAZ) &&
175+
(adev->asic_type != CHIP_VEGA10) &&
175176
(adev->asic_type != CHIP_VEGA20) &&
176177
(adev->asic_type != CHIP_ARCTURUS)) /* enable runpm on VI+ */
177178
adev->runpm = true;

0 commit comments

Comments
 (0)