Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>
Cc: stable@vger.kernel.org

authored by

Kenneth Feng and committed by
Alex Deucher
5598d7c2 67a44e65

+1 -1
+1 -1
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
··· 1404 1404 */ 1405 1405 if (smu->uploading_custom_pp_table && 1406 1406 (adev->asic_type >= CHIP_NAVI10) && 1407 - (adev->asic_type <= CHIP_DIMGREY_CAVEFISH)) 1407 + (adev->asic_type <= CHIP_BEIGE_GOBY)) 1408 1408 return smu_disable_all_features_with_exception(smu, 1409 1409 true, 1410 1410 SMU_FEATURE_COUNT);