Re: [PATCH v2] drm/panel: visionox-r66451: transition to mipi_dsi wrapped functions

2025-02-12 Thread Doug Anderson
Hi, On Mon, Feb 10, 2025 at 7:28 AM Doug Anderson wrote: > > Hi, > > On Mon, Feb 10, 2025 at 1:24 AM Tejas Vipin wrote: > > > > Change the visionox-r66451 panel to use multi style functions for > > improved error handling. Additionally, always drop LPM flag after > > sending init sequence. > > >

Re: [PATCH v2] drm/panel: visionox-r66451: transition to mipi_dsi wrapped functions

2025-02-10 Thread Doug Anderson
Hi, On Mon, Feb 10, 2025 at 1:24 AM Tejas Vipin wrote: > > Change the visionox-r66451 panel to use multi style functions for > improved error handling. Additionally, always drop LPM flag after > sending init sequence. > > Signed-off-by: Tejas Vipin > --- > Changes in v2: > - Fixed visionox_r

[PATCH v2] drm/panel: visionox-r66451: transition to mipi_dsi wrapped functions

2025-02-10 Thread Tejas Vipin
Change the visionox-r66451 panel to use multi style functions for improved error handling. Additionally, always drop LPM flag after sending init sequence. Signed-off-by: Tejas Vipin --- Changes in v2: - Fixed visionox_r66451_enable to return dsi_ctx.accum_err - Mentioned changed handling