Re: [PATCH v3] drm/mediatek: allow commands to be sent during video mode

2022-02-14 Thread AngeloGioacchino Del Regno
Il 14/02/22 09:47, Julien STEPHAN ha scritto: Mipi dsi panel drivers can use mipi_dsi_dcs_{set,get}_display_brightness() to request backlight changes. This can be done during panel initialization (dsi is in command mode) or afterwards (dsi is in Video Mode). When the DSI is in Video Mode, all c

[PATCH v3] drm/mediatek: allow commands to be sent during video mode

2022-02-14 Thread Julien STEPHAN
Mipi dsi panel drivers can use mipi_dsi_dcs_{set,get}_display_brightness() to request backlight changes. This can be done during panel initialization (dsi is in command mode) or afterwards (dsi is in Video Mode). When the DSI is in Video Mode, all commands are rejected. Detect current DSI mode i