mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02: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:
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) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user