zephyr/drivers/mipi_dsi
Kate Wang 826b1187f7 drivers: mipi_dsi: dsi_mcux_2l: support non-contiguous frame buffer
The mipi_dbi_nxp_dcnano_lcdif driver support non-contiguous frame
buffer, so when mipi_dbi_nxp_dcnano_lcdif cannot be used to send
the frame buffer data, the driver needs to check whether the data
is non-contiguous first. If it is then extra methods need to be
applied. First the data of each write must not exceed the line
width, second if each line's data exceeds the max payload, it also
needs to be sent seperately.

Signed-off-by: Kate Wang <yumeng.wang@nxp.com>
2025-06-27 08:49:44 -10:00
..
CMakeLists.txt drivers: mipi_dsi: add support for MIPI DSI driver on Renesas RA family 2024-12-20 23:53:37 +02:00
dsi_mcux_2l.c drivers: mipi_dsi: dsi_mcux_2l: support non-contiguous frame buffer 2025-06-27 08:49:44 -10:00
dsi_mcux.c drivers: mipi_dsi: Place API into iterable section 2024-12-02 22:07:56 +00:00
dsi_renesas_ra.c drivers: mipi_dsi: Update api for migration of FSP to 5.8.0 2025-04-01 04:14:14 +02:00
dsi_stm32.c drivers: mipi_dsi: Place API into iterable section 2024-12-02 22:07:56 +00:00
dsi_test.c drivers: mipi_dsi: Place API into iterable section 2024-12-02 22:07:56 +00:00
Kconfig drivers: mipi_dsi: add support for MIPI DSI driver on Renesas RA family 2024-12-20 23:53:37 +02:00
Kconfig.mcux drivers: mipi_dsi: dsi_mcux_2l: Use NXP DCNano DBI driver for memory write 2025-04-23 10:03:42 +02:00
Kconfig.renesas_ra drivers: mipi_dsi: add support for MIPI DSI driver on Renesas RA family 2024-12-20 23:53:37 +02:00
Kconfig.stm32
Kconfig.test drivers: mipi_dsi: Add dummy driver for vnd,mipi-dsi 2024-10-07 17:11:58 +01:00
mipi_dsi.c