drm/amd/display: adding FCLK and DPPCLK clock types

Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Charlene Liu
2017-03-31 17:40:15 -04:00
committed by Alex Deucher
parent 00d7930c51
commit 035e0fe548

View File

@@ -71,7 +71,9 @@ enum dm_pp_clock_type {
DM_PP_CLOCK_TYPE_DCFCLK,
DM_PP_CLOCK_TYPE_SOCCLK,
DM_PP_CLOCK_TYPE_PIXELCLK,
DM_PP_CLOCK_TYPE_DISPLAYPHYCLK
DM_PP_CLOCK_TYPE_DISPLAYPHYCLK,
DM_PP_CLOCK_TYPE_DPPCLK,
DM_PP_CLOCK_TYPE_FCLK,
};
#define DC_DECODE_PP_CLOCK_TYPE(clk_type) \