Re: drm: Supporting new connector model in tidss

2020-10-06 Thread Tomi Valkeinen
Adding Boris who added bus format negotiation. On 06/10/2020 00:31, Nikhil Devshatwar wrote: > Hi all, > > I am trying to convert the upstream tidss drm driver to new > connector model. > The connector is getting created by the tidss driver and bridges are > attached with flag DRM_BRIDGE_ATTACH_N

Re: drm: Supporting new connector model in tidss

2020-10-06 Thread Boris Brezillon
On Tue, 6 Oct 2020 10:07:39 +0300 Tomi Valkeinen wrote: > Adding Boris who added bus format negotiation. > > On 06/10/2020 00:31, Nikhil Devshatwar wrote: > > Hi all, > > > > I am trying to convert the upstream tidss drm driver to new > > connector model. > > The connector is getting created by

drm: Supporting new connector model in tidss

2020-10-05 Thread Nikhil Devshatwar
Hi all, I am trying to convert the upstream tidss drm driver to new connector model. The connector is getting created by the tidss driver and bridges are attached with flag DRM_BRIDGE_ATTACH_NO_CONNECTOR Here are some questions, regarding this: 1) Most of the info regarding bus_format and bus fla

Re: drm: Supporting new connector model in tidss

2020-10-05 Thread Daniel Vetter
On Mon, Oct 5, 2020 at 11:43 PM Nikhil Devshatwar wrote: > > Hi all, > > I am trying to convert the upstream tidss drm driver to new > connector model. > The connector is getting created by the tidss driver and bridges are > attached with flag DRM_BRIDGE_ATTACH_NO_CONNECTOR > Here are some questio