Re: [Freedreno] [PATCH v2 4/4] drm/msm/dsi: switch to DRM_PANEL_BRIDGE

2022-07-12 Thread Abhinav Kumar
On 7/12/2022 1:10 PM, Dmitry Baryshkov wrote: On Tue, 12 Jul 2022 at 22:15, Abhinav Kumar wrote: On 7/12/2022 3:00 AM, Dmitry Baryshkov wrote: On Tue, 12 Jul 2022 at 01:39, Abhinav Kumar wrote: On 7/11/2022 2:43 AM, Dmitry Baryshkov wrote: Currently the DSI driver has two separate

Re: [Freedreno] [PATCH v2 4/4] drm/msm/dsi: switch to DRM_PANEL_BRIDGE

2022-07-12 Thread Dmitry Baryshkov
On Tue, 12 Jul 2022 at 22:15, Abhinav Kumar wrote: > > > > On 7/12/2022 3:00 AM, Dmitry Baryshkov wrote: > > On Tue, 12 Jul 2022 at 01:39, Abhinav Kumar > > wrote: > >> > >> > >> > >> On 7/11/2022 2:43 AM, Dmitry Baryshkov wrote: > >>> Currently the DSI driver has two separate paths: one if the

Re: [Freedreno] [PATCH v2 4/4] drm/msm/dsi: switch to DRM_PANEL_BRIDGE

2022-07-12 Thread Abhinav Kumar
On 7/12/2022 3:13 AM, Dmitry Baryshkov wrote: On Tue, 12 Jul 2022 at 01:54, Abhinav Kumar wrote: On 7/11/2022 3:39 PM, Abhinav Kumar wrote: On 7/11/2022 2:43 AM, Dmitry Baryshkov wrote: Currently the DSI driver has two separate paths: one if the next device in a chain is a bridge and

Re: [Freedreno] [PATCH v2 4/4] drm/msm/dsi: switch to DRM_PANEL_BRIDGE

2022-07-12 Thread Abhinav Kumar
On 7/12/2022 3:00 AM, Dmitry Baryshkov wrote: On Tue, 12 Jul 2022 at 01:39, Abhinav Kumar wrote: On 7/11/2022 2:43 AM, Dmitry Baryshkov wrote: Currently the DSI driver has two separate paths: one if the next device in a chain is a bridge and another one if the panel is connected directly

Re: [Freedreno] [PATCH v2 4/4] drm/msm/dsi: switch to DRM_PANEL_BRIDGE

2022-07-12 Thread Dmitry Baryshkov
On Tue, 12 Jul 2022 at 01:54, Abhinav Kumar wrote: > > > > > On 7/11/2022 3:39 PM, Abhinav Kumar wrote: > > > > > > On 7/11/2022 2:43 AM, Dmitry Baryshkov wrote: > >> Currently the DSI driver has two separate paths: one if the next device > >> in a chain is a bridge and another one if the panel i

Re: [PATCH v2 4/4] drm/msm/dsi: switch to DRM_PANEL_BRIDGE

2022-07-12 Thread Dmitry Baryshkov
On Tue, 12 Jul 2022 at 01:39, Abhinav Kumar wrote: > > > > On 7/11/2022 2:43 AM, Dmitry Baryshkov wrote: > > Currently the DSI driver has two separate paths: one if the next device > > in a chain is a bridge and another one if the panel is connected > > directly to the DSI host. Simplify the code

Re: [Freedreno] [PATCH v2 4/4] drm/msm/dsi: switch to DRM_PANEL_BRIDGE

2022-07-11 Thread Abhinav Kumar
On 7/11/2022 3:39 PM, Abhinav Kumar wrote: On 7/11/2022 2:43 AM, Dmitry Baryshkov wrote: Currently the DSI driver has two separate paths: one if the next device in a chain is a bridge and another one if the panel is connected directly to the DSI host. Simplify the code path by using panel-b

Re: [PATCH v2 4/4] drm/msm/dsi: switch to DRM_PANEL_BRIDGE

2022-07-11 Thread Abhinav Kumar
On 7/11/2022 2:43 AM, Dmitry Baryshkov wrote: Currently the DSI driver has two separate paths: one if the next device in a chain is a bridge and another one if the panel is connected directly to the DSI host. Simplify the code path by using panel-bridge driver (already selected in Kconfig) and

[PATCH v2 4/4] drm/msm/dsi: switch to DRM_PANEL_BRIDGE

2022-07-11 Thread Dmitry Baryshkov
Currently the DSI driver has two separate paths: one if the next device in a chain is a bridge and another one if the panel is connected directly to the DSI host. Simplify the code path by using panel-bridge driver (already selected in Kconfig) and dropping support for handling the panel directly.