drm/amd/display: Adding flag for forced MST blocked discovery
authorMeenakshikumar Somasundaram <meenakshikumar.somasundaram@amd.com>
Fri, 25 Oct 2024 03:06:37 +0000 (23:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 8 Nov 2024 16:45:30 +0000 (11:45 -0500)
[Why]
Need a flag to force MST blocked discovery for certain branch devices.

[How]
Added a flag to force MST blocked discovery in struct dc_panel_patch.

Reviewed-by: PeiChen Huang <peichen.huang@amd.com>
Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Meenakshikumar Somasundaram <meenakshikumar.somasundaram@amd.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_types.h

index 1fd030e..edf4df1 100644 (file)
@@ -181,6 +181,7 @@ struct dc_panel_patch {
        unsigned int disable_colorimetry;
        uint8_t blankstream_before_otg_off;
        bool oled_optimize_display_on;
+       unsigned int force_mst_blocked_discovery;
 };
 
 struct dc_edid_caps {