Browse Source

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>
Corbin McElhanney 8 years ago
parent
commit
f71f2772cb
1 changed files with 6 additions and 0 deletions
  1. 6 0
      drivers/gpu/drm/amd/display/dc/dm_services_types.h

+ 6 - 0
drivers/gpu/drm/amd/display/dc/dm_services_types.h

@@ -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