drm/amd/display: Add clock info struct
authorCorbin McElhanney <corbin.mcelhanney@amd.com>
Mon, 26 Jun 2017 20:47:27 +0000 (16:47 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:08:21 +0000 (18:08 -0400)
Signed-off-by: Corbin McElhanney <corbin.mcelhanney@amd.com>
Reviewed-by: Logatharshan Thothiralingam <Logatharshan.Thothiralingam@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dm_services_types.h

index b283045..4c04ec5 100644 (file)
@@ -271,4 +271,10 @@ struct dm_pp_static_clock_info {
        enum dm_pp_clocks_state max_clocks_state;
 };
 
+struct dtn_min_clk_info {
+       uint32_t disp_clk_khz;
+       uint32_t min_engine_clock_khz;
+       uint32_t min_memory_clock_khz;
+};
+
 #endif