Re: [PATCH v6 1/3] media: cec: expose HDMI connector to CEC dev mapping

2019-05-21 Thread Dariusz Marcinkiewicz
On Mon, May 20, 2019 at 12:25 PM Hans Verkuil wrote: > > It's a bit unusual since it uses the Synopsys bridge, but not the Synopsys > CEC driver (it has its own meson cec driver). > > The first thing I noticed is that I did not get any connector info. > I think that the root cause of that is that

Re: [PATCH v6 1/3] media: cec: expose HDMI connector to CEC dev mapping

2019-05-20 Thread Hans Verkuil
On 5/20/19 12:25 PM, Hans Verkuil wrote: > Hi Dariusz, > > On 5/17/19 5:42 PM, Dariusz Marcinkiewicz wrote: >> This patch proposes to expose explicit mapping between HDMI connectors >> and /dev/cecX adapters to userland. >> >> New structure with connector info (card number and connector id in case

Re: [PATCH v6 1/3] media: cec: expose HDMI connector to CEC dev mapping

2019-05-20 Thread Hans Verkuil
Hi Dariusz, On 5/17/19 5:42 PM, Dariusz Marcinkiewicz wrote: > This patch proposes to expose explicit mapping between HDMI connectors > and /dev/cecX adapters to userland. > > New structure with connector info (card number and connector id in case > of DRM connectors) is added to cec_adapter. Tha

[PATCH v6 1/3] media: cec: expose HDMI connector to CEC dev mapping

2019-05-17 Thread Dariusz Marcinkiewicz
This patch proposes to expose explicit mapping between HDMI connectors and /dev/cecX adapters to userland. New structure with connector info (card number and connector id in case of DRM connectors) is added to cec_adapter. That connector info is expected to be provided when an adapter is created.