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:
parent
5140a749a2
commit
746eb864a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue