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 <[email protected]> Reviewed-by: Wenjing Liu <[email protected]> Signed-off-by: Meenakshikumar Somasundaram <[email protected]> Signed-off-by: Hamza Mahfooz <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent ca628f0 commit 9517aa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)