Re: [PATCH v3 5/7] drm/msm/hdmi: make use of the drm_connector_hdmi framework

2024-05-30 Thread Dmitry Baryshkov
On Thu, May 30, 2024 at 11:16:08AM +0200, Maxime Ripard wrote: > Hi, > > On Thu, May 30, 2024 at 02:12:28AM GMT, Dmitry Baryshkov wrote: > > Setup the HDMI connector on the MSM HDMI outputs. Make use of > > atomic_check hook and of the provided Infoframe infrastructure. > > > > Signed-off-by: Dmi

Re: [PATCH v3 5/7] drm/msm/hdmi: make use of the drm_connector_hdmi framework

2024-05-30 Thread Maxime Ripard
Hi, On Thu, May 30, 2024 at 02:12:28AM GMT, Dmitry Baryshkov wrote: > Setup the HDMI connector on the MSM HDMI outputs. Make use of > atomic_check hook and of the provided Infoframe infrastructure. > > Signed-off-by: Dmitry Baryshkov As a general comment: I really like it, it looks super tidy.