zephyr/drivers/mipi_dsi
Mike J. Chen 4844d015a4 drivers: mipi_dsi: dsi_mcux_2l add msg flag for low power mode
Previous version of dsi_mcux_2l hardcoded some MIPI DSI
transfers to use high speed mode but others used low power mode.

Now dsi_mcux_2l will use high speed mode by default for all
transfers unless a new msg flag is set to indicate the
transfer must use low power mode. Note that the new flag
is different than the existing MIPI_DSI_MODE_LPM flag, which
so far only applied to cmd messages sent in video mode,
or could be interpreted as for all messages, but would not
allow per message mode control.

This new message flag allows client to control transfer
mode per message transfer.

Signed-off-by: Mike J. Chen <mjchen@google.com>
2023-10-24 11:37:41 +02:00
..
CMakeLists.txt drivers: mipi_dsi: Introduce STM32H7 DSI host driver 2023-04-06 11:51:06 +02:00
dsi_mcux.c drivers: mipi_dsi: dsi_mcux: limit DSI TX to max payload size 2023-09-25 09:46:55 +02:00
dsi_mcux_2l.c drivers: mipi_dsi: dsi_mcux_2l add msg flag for low power mode 2023-10-24 11:37:41 +02:00
dsi_stm32.c drivers: mipi_dsi: dsi_stm32: void return value from reset_line_toggle_dt 2023-07-20 10:57:12 +00:00
Kconfig drivers: mipi: delay initialization after display drivers 2023-07-08 12:39:53 -04:00
Kconfig.mcux drivers: mipi_dsi: dsi_mcux_2l add support for SMARTDMA, and byte swapping 2023-09-25 09:46:55 +02:00
Kconfig.stm32 drivers: mipi_dsi: Introduce STM32H7 DSI host driver 2023-04-06 11:51:06 +02:00
mipi_dsi.c include: add missing errno.h 2022-10-20 22:52:09 +09:00