drm/amd/display: Add min_dcfclk_mhz field to bb overrides

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>
This commit is contained in:
Jun Lei 2019-05-09 15:32:27 -04:00 committed by Alex Deucher
parent 9b93eb475a
commit 8e0546d6c4

View 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;