On 20/08/2019 04:16, Laurent Pinchart wrote:
@@ -1111,7 +1113,7 @@ int dw_mipi_dsi_bind(struct dw_mipi_dsi *dsi, struct drm_encoder *encoder) { int ret;
- ret = drm_bridge_attach(encoder, &dsi->bridge, NULL);
- ret = drm_bridge_attach(encoder, &dsi->bridge, NULL, true);
This doesn't look correct. Where does the "true" come from?
Tomi