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
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
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
dsi_test.c
Kconfig
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
Kconfig.stm32
Kconfig.test
mipi_dsi.c