Re: [PATCH] drm: panel: jd9365da-h3: Remove unused num_init_cmds structure member

2024-10-09 Thread Neil Armstrong
Hi, On Mon, 30 Sep 2024 13:05:03 -0400, Hugo Villeneuve wrote: > Now that the driver has been converted to use wrapped MIPI DCS functions, > the num_init_cmds structure member is no longer needed, so remove it. > > Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc

Re: [PATCH] drm: panel: jd9365da-h3: Remove unused num_init_cmds structure member

2024-10-04 Thread Jessica Zhang
On 9/30/2024 10:05 AM, Hugo Villeneuve wrote: From: Hugo Villeneuve Now that the driver has been converted to use wrapped MIPI DCS functions, the num_init_cmds structure member is no longer needed, so remove it. Fixes: 35583e129995 ("drm/panel: panel-jadard-jd9365da-h3: use wrapped MIPI DCS

Re: [PATCH] drm: panel: jd9365da-h3: Remove unused num_init_cmds structure member

2024-10-01 Thread Neil Armstrong
On 30/09/2024 19:05, Hugo Villeneuve wrote: From: Hugo Villeneuve Now that the driver has been converted to use wrapped MIPI DCS functions, the num_init_cmds structure member is no longer needed, so remove it. Fixes: 35583e129995 ("drm/panel: panel-jadard-jd9365da-h3: use wrapped MIPI DCS fun

[PATCH] drm: panel: jd9365da-h3: Remove unused num_init_cmds structure member

2024-09-30 Thread Hugo Villeneuve
From: Hugo Villeneuve Now that the driver has been converted to use wrapped MIPI DCS functions, the num_init_cmds structure member is no longer needed, so remove it. Fixes: 35583e129995 ("drm/panel: panel-jadard-jd9365da-h3: use wrapped MIPI DCS functions") Cc: Signed-off-by: Hugo Villeneuve