]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
drm/amd/display: adding FCLK and DPPCLK clock types
authorCharlene Liu <charlene.liu@amd.com>
Fri, 31 Mar 2017 21:40:15 +0000 (17:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:23:11 +0000 (17:23 -0400)
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>
drivers/gpu/drm/amd/display/dc/dm_services_types.h

index f89395e0c107d5cbb16b265e196a9b534ce3efa9..408141c6776e954bef506e83d0c248e181698f69 100644 (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) \