Skip to content

Commit 9517aa5

Browse files
Meenakshikumar Somasundaramalexdeucher
authored andcommitted
drm/amd/display: Adding flag for forced MST blocked discovery
[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>
1 parent ca628f0 commit 9517aa5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/display/dc/dc_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ struct dc_panel_patch {
181181
unsigned int disable_colorimetry;
182182
uint8_t blankstream_before_otg_off;
183183
bool oled_optimize_display_on;
184+
unsigned int force_mst_blocked_discovery;
184185
};
185186

186187
struct dc_edid_caps {

0 commit comments

Comments
 (0)