Re: [PATCH v2 0/6] drm/tidss: Use new connector model for tidss

2020-11-10 Thread Nikhil Devshatwar
On 11:02-20201110, Tomi Valkeinen wrote: > Hi Nikhil, > > On 09/11/2020 19:05, Nikhil Devshatwar wrote: > > This series moves the tidss to using new connectoe model, where the > > SoC driver (tidss) creates the connector and all the bridges are > > attached with the flag DRM_BRIDGE_ATTACH_NO_CON

Re: [PATCH v2 0/6] drm/tidss: Use new connector model for tidss

2020-11-10 Thread Tomi Valkeinen
Hi Nikhil, On 09/11/2020 19:05, Nikhil Devshatwar wrote: > This series moves the tidss to using new connectoe model, where the > SoC driver (tidss) creates the connector and all the bridges are > attached with the flag DRM_BRIDGE_ATTACH_NO_CONNECTOR > > Since the bridges do not create the conne

[PATCH v2 0/6] drm/tidss: Use new connector model for tidss

2020-11-09 Thread Nikhil Devshatwar
This series moves the tidss to using new connectoe model, where the SoC driver (tidss) creates the connector and all the bridges are attached with the flag DRM_BRIDGE_ATTACH_NO_CONNECTOR Since the bridges do not create the connector, the bus format and bus_flag is set after the format negotiatio