Re: [PATCH 1/2] drm/mipi-dsi: add more multi functions for better error handling

2024-07-09 Thread Doug Anderson
Hi, On Tue, Jul 9, 2024 at 4:18 AM Tejas Vipin wrote: > > On 7/9/24 5:50 AM, Doug Anderson wrote: > > Hi, > > > > On Fri, Jun 28, 2024 at 11:25 AM Tejas Vipin wrote: > >> > >> +/** > >> + * mipi_dsi_dcs_set_page_address_multi() - define the column extent of the > >> + * frame memory accessed

Re: [PATCH 1/2] drm/mipi-dsi: add more multi functions for better error handling

2024-07-09 Thread Tejas Vipin
On 7/9/24 5:50 AM, Doug Anderson wrote: > Hi, > > On Fri, Jun 28, 2024 at 11:25 AM Tejas Vipin wrote: >> >> +/** >> + * mipi_dsi_dcs_set_page_address_multi() - define the column extent of the >> + * frame memory accessed by the host processor >> + * @ctx: Context for multiple DSI transacti

Re: [PATCH 1/2] drm/mipi-dsi: add more multi functions for better error handling

2024-07-08 Thread Doug Anderson
Hi, On Fri, Jun 28, 2024 at 11:25 AM Tejas Vipin wrote: > > +/** > + * mipi_dsi_dcs_set_page_address_multi() - define the column extent of the > + * frame memory accessed by the host processor > + * @ctx: Context for multiple DSI transactions > + * @start: first column of frame memory > + * @

[PATCH 1/2] drm/mipi-dsi: add more multi functions for better error handling

2024-06-28 Thread Tejas Vipin
Add more functions that can benefit from being multi style, which reduces code size in panels where they appear. Signed-off-by: Tejas Vipin --- drivers/gpu/drm/drm_mipi_dsi.c | 164 + include/drm/drm_mipi_dsi.h | 10 ++ 2 files changed, 174 insertions(+) dif