drm: panel: jd9365da-h3: Remove unused num_init_cmds structure member
commit66ae275365upstream. 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:35583e1299("drm/panel: panel-jadard-jd9365da-h3: use wrapped MIPI DCS functions") Cc: stable@vger.kernel.org Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com> Link: https://lore.kernel.org/r/20240930170503.1324560-1-hugo@hugovil.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240930170503.1324560-1-hugo@hugovil.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3cf2e7c448
commit
faf6c1caf5
@@ -26,7 +26,6 @@ struct jadard_panel_desc {
|
||||
unsigned int lanes;
|
||||
enum mipi_dsi_pixel_format format;
|
||||
int (*init)(struct jadard *jadard);
|
||||
u32 num_init_cmds;
|
||||
bool lp11_before_reset;
|
||||
bool reset_before_power_off_vcioo;
|
||||
unsigned int vcioo_to_lp11_delay_ms;
|
||||
|
||||
Reference in New Issue
Block a user