Commit 49782c63 authored by Dmytro Laktyushkin's avatar Dmytro Laktyushkin Committed by Alex Deucher
Browse files

drm/amd/display: add a debug flag to force odm combine



Adding a bit vector to allow forcing odm on specific otgs

Signed-off-by: default avatarDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: default avatarCharlene Liu <Charlene.Liu@amd.com>
Acked-by: default avatarBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8dac4e7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -255,6 +255,7 @@ struct dc_debug_options {
	bool scl_reset_length10;
	bool hdmi20_disable;
	bool skip_detection_link_training;
	unsigned int force_odm_combine; //bit vector based on otg inst
	unsigned int force_fclk_khz;
};