OSDN Git Service

drm/amd/display: add a debug flag to force odm combine
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Wed, 5 Dec 2018 15:52:25 +0000 (10:52 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Feb 2019 02:16:23 +0000 (21:16 -0500)
Adding a bit vector to allow forcing odm on specific otgs

Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h

index 0b2ffc7..ee2c7e5 100644 (file)
@@ -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;
 };