Re: [PATCH v2] drm/panel : truly-nt35521: transition to mipi_dsi wrapped functions

2024-06-12 Thread neil . armstrong
On 11/06/2024 23:12, Doug Anderson wrote: Hi, On Tue, Jun 11, 2024 at 2:10 PM Dmitry Baryshkov wrote: On Tue, Jun 11, 2024 at 08:57:48AM -0700, Doug Anderson wrote: Hi, On Tue, Jun 11, 2024 at 7:44 AM Tejas Vipin wrote: Use functions introduced in commit 966e397e4f60 ("drm/mipi-dsi: Intr

[PATCH v2] drm/panel : truly-nt35521: transition to mipi_dsi wrapped functions

2024-06-12 Thread Tejas Vipin
Use functions introduced in commit 966e397e4f60 ("drm/mipi-dsi: Introduce mipi_dsi_*_write_seq_multi()") and commit f79d6d28d8fe ("drm/mipi-dsi: wrap more functions for streamline handling") for the sony tulip truly nt35521 panel. Signed-off-by: Tejas Vipin --- Changes in v2: - Fix patch fo

Re: [PATCH v2] drm/panel : truly-nt35521: transition to mipi_dsi wrapped functions

2024-06-11 Thread Doug Anderson
Hi, On Tue, Jun 11, 2024 at 2:10 PM Dmitry Baryshkov wrote: > > On Tue, Jun 11, 2024 at 08:57:48AM -0700, Doug Anderson wrote: > > Hi, > > > > On Tue, Jun 11, 2024 at 7:44 AM Tejas Vipin wrote: > > > > > > Use functions introduced in commit 966e397e4f60 ("drm/mipi-dsi: Introduce > > > mipi_dsi_*

Re: [PATCH v2] drm/panel : truly-nt35521: transition to mipi_dsi wrapped functions

2024-06-11 Thread Dmitry Baryshkov
On Tue, Jun 11, 2024 at 08:57:48AM -0700, Doug Anderson wrote: > Hi, > > On Tue, Jun 11, 2024 at 7:44 AM Tejas Vipin wrote: > > > > Use functions introduced in commit 966e397e4f60 ("drm/mipi-dsi: Introduce > > mipi_dsi_*_write_seq_multi()") and commit f79d6d28d8fe > > ("drm/mipi-dsi: wrap more fu

Re: [PATCH v2] drm/panel : truly-nt35521: transition to mipi_dsi wrapped functions

2024-06-11 Thread Doug Anderson
Hi, On Tue, Jun 11, 2024 at 7:44 AM Tejas Vipin wrote: > > Use functions introduced in commit 966e397e4f60 ("drm/mipi-dsi: Introduce > mipi_dsi_*_write_seq_multi()") and commit f79d6d28d8fe > ("drm/mipi-dsi: wrap more functions for streamline handling") for the > sony tulip truly nt35521 panel. >