Re: [PATCH] drm/panel: himax-hx8394: transition to mipi_dsi wrapped functions

2025-03-24 Thread Doug Anderson
Hi, On Sat, Mar 22, 2025 at 10:30 PM Tejas Vipin wrote: > > @@ -493,35 +481,28 @@ static int hx8394_enable(struct drm_panel *panel) > { > struct hx8394 *ctx = panel_to_hx8394(panel); > struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); > - int ret; > - > - re

Re: [PATCH] drm/panel: himax-hx8394: transition to mipi_dsi wrapped functions

2025-03-23 Thread Dmitry Baryshkov
On Sun, Mar 23, 2025 at 11:00:07AM +0530, Tejas Vipin wrote: > Changes the himax-hx8394 panel to use multi style functions for > improved error handling. > > Signed-off-by: Tejas Vipin > --- > drivers/gpu/drm/panel/panel-himax-hx8394.c | 444 ++--- > 1 file changed, 210 insertion