Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d973abc4 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dsi-staging: do not init ext bridge for dsi panel"

parents 965adf45 c0608989
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5211,7 +5211,8 @@ int dsi_display_drm_ext_bridge_init(struct dsi_display *display,
		return 0;

	/* check if there is no external bridge defined */
	if (!display->ext_bridge_of)
	if (!display->ext_bridge_of ||
		!display->panel->host_config.ext_bridge_mode)
		return 0;

	ext_bridge = of_drm_find_bridge(display->ext_bridge_of);