Re: [PATCH v4 4/4] media: platform: synopsys: Add support for hdmi input driver

From: Shreeya Patel
Date: Thu Jul 25 2024 - 05:56:56 EST


On Sunday, July 21, 2024 14:21 IST, Hans Verkuil <hverkuil@xxxxxxxxx> wrote:

Hi Hans,

> On 19/07/2024 14:40, Shreeya Patel wrote:
> > Add initial support for the Synopsys DesignWare HDMI RX
> > Controller Driver used by Rockchip RK3588. The driver
> > supports:
> > - HDMI 1.4b and 2.0 modes (HDMI 4k@60Hz)
> > - RGB888, YUV422, YUV444 and YCC420 pixel formats
> > - CEC
> > - EDID configuration
> >
> > The hardware also has Audio and HDCP capabilities, but these are
> > not yet supported by the driver.
>
> FYI: if you want to add HDCP support, then please contact me. I have code
> available for that (i.e. the public API part), although it is out of date.
>
> But if you want to enable HDCP in this driver, then I would be very happy
> to clean it up and post patches for that. It is something we (i.e. Cisco)
> have been using for several years now in out-of-tree drivers.
>

Currently we do not have any plans to work on the HDCP support.
But in case the requirement arises in future, we will definitely reach
out to you.

Thanks,
Shreeya Patel

> I will try to review this patch in the next few days.
>
> Regards,
>
> Hans