commit | fc0eb7decfc6507f8242c2e4f43ccea379aaeee0 | [log] [tgz] |
---|---|---|
author | Ondrej Jirman <megi@xff.cz> | Mon May 22 23:47:02 2023 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Jul 14 18:17:43 2023 +0200 |
tree | 144abfaa9063c38eb3109faec68ae4ed9b46a9fa | |
parent | 1dd75effaff43c7b131ea705f102fda90bf33ed7 [diff] |
video: dw_mipi_dsi: Fix hsync/vsync settings These must be read from timings->flags, like other DSI HOST drivers do. And they must not be inverted either. Low means low. Without this fix, panel drivers that set *SYNC_LOW produce corrupted output on screen (shifted horizontally and vertically by back porch distance). Signed-off-by: Ondrej Jirman <megi@xff.cz>