Re: [PATCH 2/5] drm/omap: hdmi4: switch to the cec bridge ops

2021-03-01 Thread Laurent Pinchart
Hi Hans, On Mon, Mar 01, 2021 at 12:07:56PM +0100, Hans Verkuil wrote: > On 19/02/2021 13:07, Laurent Pinchart wrote: > > On Thu, Feb 11, 2021 at 11:37:00AM +0100, Hans Verkuil wrote: > >> Implement the new CEC bridge ops. This makes it possible to associate > >> a CEC adapter with a drm connector

Re: [PATCH 2/5] drm/omap: hdmi4: switch to the cec bridge ops

2021-03-01 Thread Hans Verkuil
On 19/02/2021 13:07, Laurent Pinchart wrote: > Hi Hans, > > Thank you for the patch. > > On Thu, Feb 11, 2021 at 11:37:00AM +0100, Hans Verkuil wrote: >> Implement the new CEC bridge ops. This makes it possible to associate >> a CEC adapter with a drm connector, which helps userspace determine >>

Re: [PATCH 2/5] drm/omap: hdmi4: switch to the cec bridge ops

2021-02-19 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Thu, Feb 11, 2021 at 11:37:00AM +0100, Hans Verkuil wrote: > Implement the new CEC bridge ops. This makes it possible to associate > a CEC adapter with a drm connector, which helps userspace determine > with cec device node belongs to which drm connector. > >

Re: [PATCH 2/5] drm/omap: hdmi4: switch to the cec bridge ops

2021-02-19 Thread Tomi Valkeinen
On 11/02/2021 12:37, Hans Verkuil wrote: > Implement the new CEC bridge ops. This makes it possible to associate > a CEC adapter with a drm connector, which helps userspace determine > with cec device node belongs to which drm connector. > > Signed-off-by: Hans Verkuil > --- > drivers/gpu/drm/om

[PATCH 2/5] drm/omap: hdmi4: switch to the cec bridge ops

2021-02-11 Thread Hans Verkuil
Implement the new CEC bridge ops. This makes it possible to associate a CEC adapter with a drm connector, which helps userspace determine with cec device node belongs to which drm connector. Signed-off-by: Hans Verkuil --- drivers/gpu/drm/omapdrm/dss/hdmi4.c | 28 + d