diff options
| author | Feifei Xu <[email protected]> | 2020-03-02 06:51:40 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-03-10 19:55:18 +0000 |
| commit | 5d11e37c021f925496a3a3c019cadf69435f65ed (patch) | |
| tree | 80e6e36c843e02eb524d80d285038c56e1dff4c4 /drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | |
| parent | drm/amdgpu: call ras_debugfs_create_all in debugfs_init (diff) | |
| download | kernel-5d11e37c021f925496a3a3c019cadf69435f65ed.tar.gz kernel-5d11e37c021f925496a3a3c019cadf69435f65ed.zip | |
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]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c index 9f78725fc4b8..fd1dc3236eca 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c @@ -172,6 +172,7 @@ int amdgpu_driver_load_kms(struct drm_device *dev, unsigned long flags) else if (amdgpu_device_supports_baco(dev) && (amdgpu_runtime_pm != 0) && (adev->asic_type >= CHIP_TOPAZ) && + (adev->asic_type != CHIP_VEGA10) && (adev->asic_type != CHIP_VEGA20) && (adev->asic_type != CHIP_ARCTURUS)) /* enable runpm on VI+ */ adev->runpm = true; |
