Commit c28f91dc authored by Tao Zhou's avatar Tao Zhou Committed by Alex Deucher
Browse files

drm/amd/pm: support runtime PPTable update for dimgrey_cavefish



There is no need to reset DPM for PPTable uploading on
dimgrey_cavefish and PMFW can handle it, same as navy_flounder.

Signed-off-by: default avatarTao Zhou <tao.zhou1@amd.com>
Reviewed-by: default avatarJiansong Chen <Jiansong.Chen@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent eb45604e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1183,7 +1183,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_NAVY_FLOUNDER))
	    (adev->asic_type <= CHIP_DIMGREY_CAVEFISH))
		return 0;

	/*