Re: [PATCH v7 36/36] drm/sun4i: hdmi: Switch to HDMI connector

2024-02-23 Thread Sui Jingfeng
Hi, On 2024/2/23 02:14, Maxime Ripard wrote: The new HDMI connector infrastructure allows to remove some boilerplate, especially to generate infoframes. Let's switch to it. Signed-off-by: Maxime Ripard Acked-by: Sui Jingfeng

Re: [PATCH v7 36/36] drm/sun4i: hdmi: Switch to HDMI connector

2024-02-22 Thread Jernej Škrabec
Dne četrtek, 22. februar 2024 ob 19:14:22 CET je Maxime Ripard napisal(a): > The new HDMI connector infrastructure allows to remove some boilerplate, > especially to generate infoframes. Let's switch to it. > > Signed-off-by: Maxime Ripard Reviewed-by: Jernej Skrabec Best regards, Jernej > --

[PATCH v7 36/36] drm/sun4i: hdmi: Switch to HDMI connector

2024-02-22 Thread Maxime Ripard
The new HDMI connector infrastructure allows to remove some boilerplate, especially to generate infoframes. Let's switch to it. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 80 ++ 1 file changed, 51 insertions(+), 29 deletions(-) diff