Re: [PATCH] drm/msm/hdmi: mark interlace_allowed as true

2024-11-01 Thread Dmitry Baryshkov
On Fri, Nov 01, 2024 at 05:40:46PM -0700, Abhinav Kumar wrote: > > > On 11/1/2024 3:26 PM, Dmitry Baryshkov wrote: > > On Fri, 1 Nov 2024 at 23:41, Abhinav Kumar > > wrote: > > > > > > > > > > > > On 10/18/2024 2:10 PM, Dmitry Baryshkov wrote: > > > > The MSM HDMI driver supports interlaced

Re: [PATCH] drm/msm/hdmi: mark interlace_allowed as true

2024-11-01 Thread Abhinav Kumar
On 11/1/2024 3:26 PM, Dmitry Baryshkov wrote: On Fri, 1 Nov 2024 at 23:41, Abhinav Kumar wrote: On 10/18/2024 2:10 PM, Dmitry Baryshkov wrote: The MSM HDMI driver supports interlaced modes. Set the corresponding flag to allow interlaced modes on the corresponding connectors. Signed-off-

Re: [PATCH] drm/msm/hdmi: mark interlace_allowed as true

2024-11-01 Thread Dmitry Baryshkov
On Fri, 1 Nov 2024 at 23:41, Abhinav Kumar wrote: > > > > On 10/18/2024 2:10 PM, Dmitry Baryshkov wrote: > > The MSM HDMI driver supports interlaced modes. Set the corresponding > > flag to allow interlaced modes on the corresponding connectors. > > > > Signed-off-by: Dmitry Baryshkov > > --- > >

Re: [PATCH] drm/msm/hdmi: mark interlace_allowed as true

2024-11-01 Thread Abhinav Kumar
On 10/18/2024 2:10 PM, Dmitry Baryshkov wrote: The MSM HDMI driver supports interlaced modes. Set the corresponding flag to allow interlaced modes on the corresponding connectors. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 1 + 1 file changed, 1 insertion

[PATCH] drm/msm/hdmi: mark interlace_allowed as true

2024-10-18 Thread Dmitry Baryshkov
The MSM HDMI driver supports interlaced modes. Set the corresponding flag to allow interlaced modes on the corresponding connectors. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/msm/hdmi/hdmi_bridge