mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 19:24:01 -04:00
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:
committed by
Alex Deucher
parent
00d7930c51
commit
035e0fe548
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user