drm/amd/powerplay: add new clock type for Rv

New clock type on RV.

Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Rex Zhu 2017-04-21 14:01:30 +08:00 committed by Alex Deucher
parent 5140a749a2
commit 746eb864a2
1 changed files with 3 additions and 1 deletions

View File

@ -274,7 +274,9 @@ enum amd_pp_clock_type {
amd_pp_soc_clock,
amd_pp_pixel_clock,
amd_pp_phy_clock,
amd_pp_dpp_clock
amd_pp_dcf_clock,
amd_pp_dpp_clock,
amd_pp_f_clock = amd_pp_dcef_clock,
};
#define MAX_NUM_CLOCKS 16