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. I will try to review this patch in the next few days. Regards, Hans