diff options
| author | Kenneth Feng <kenneth.feng@amd.com> | 2021-09-06 07:55:01 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2021-09-07 13:30:37 -0400 |
| commit | 68e7d0baa1f2bd6eab56d3f701c3779b261f57d8 (patch) | |
| tree | b8158539b016e02fedbc5b4fd919dcee3916d187 /drivers/gpu/drm/amd | |
| parent | drm/amd/amdgpu: Increase HWIP_MAX_INSTANCE to 10 (diff) | |
| download | linux-68e7d0baa1f2bd6eab56d3f701c3779b261f57d8.tar.gz linux-68e7d0baa1f2bd6eab56d3f701c3779b261f57d8.zip | |
drm/amd/pm: fix the issue of uploading powerplay table
fix the issue of uploading powerplay table due to the dependancy of rlc.
Signed-off-by: Kenneth Feng <kenneth.feng@amd.com>
Reviewed-by: Jack Gui <Jack.Gui@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
| -rw-r--r-- | drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c index 3ab1ce4d3419..04863a797115 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c +++ b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c @@ -1404,7 +1404,7 @@ static int smu_disable_dpms(struct smu_context *smu) */ if (smu->uploading_custom_pp_table && (adev->asic_type >= CHIP_NAVI10) && - (adev->asic_type <= CHIP_DIMGREY_CAVEFISH)) + (adev->asic_type <= CHIP_BEIGE_GOBY)) return smu_disable_all_features_with_exception(smu, true, SMU_FEATURE_COUNT); |
