Re: [PATCH 1/3] drm: panel: Replace usage of deprecated MIPI macro

2025-07-07 Thread Tejas Vipin
Hi, On 7/7/25 1:26 PM, Brigham Campbell wrote: > Replace all usages of the deprecated mipi_dsi_generic_write_seq() with > mipi_dsi_generic_write_seq_multi(). > > This patch's usage of the mipi_dsi_multi_context struct is not > idiomatic. Rightfully, the struct wasn't designed to cater to the need

[PATCH 1/3] drm: panel: Replace usage of deprecated MIPI macro

2025-07-07 Thread Brigham Campbell
Replace all usages of the deprecated mipi_dsi_generic_write_seq() with mipi_dsi_generic_write_seq_multi(). This patch's usage of the mipi_dsi_multi_context struct is not idiomatic. Rightfully, the struct wasn't designed to cater to the needs of panels with multiple MIPI DSI interfaces. This panel