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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| dsi_mcux_2l.c | ||
| dsi_mcux.c | ||
| dsi_renesas_ra.c | ||
| dsi_stm32.c | ||
| dsi_test.c | ||
| Kconfig | ||
| Kconfig.mcux | ||
| Kconfig.renesas_ra | ||
| Kconfig.stm32 | ||
| Kconfig.test | ||
| mipi_dsi.c | ||