[PATCH v2 05/50] drm/bridge: Extend bridge API to disable connector creation

Tomi Valkeinen tomi.valkeinen at ti.com
Tue Oct 1 07:04:11 UTC 2019


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

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


More information about the dri-devel mailing list