drm/amd/display: Add clock info struct

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>
This commit is contained in:
Corbin McElhanney 2017-06-26 16:47:27 -04:00 committed by Alex Deucher
parent ba6bf832b2
commit f71f2772cb

View 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