drm/amd/display: Add min_dcfclk_mhz field to bb overrides
authorJun Lei <Jun.Lei@amd.com>
Thu, 9 May 2019 19:32:27 +0000 (15:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 31 May 2019 15:39:31 +0000 (10:39 -0500)
Add min_dcfclk_mhz to bounding box overrides.

Signed-off-by: Jun Lei <Jun.Lei@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h

index 20975ab..7ac0ea8 100644 (file)
@@ -367,6 +367,7 @@ struct dc_bounding_box_overrides {
        int urgent_latency_ns;
        int percent_of_ideal_drambw;
        int dram_clock_change_latency_ns;
+       int min_dcfclk_mhz;
 };
 
 struct dc_state;