commit | 81fafb9488a1d1347b39ad456d85e29649383749 | [log] [tgz] |
---|---|---|
author | Icenowy Zheng <icenowy@aosc.io> | Mon Oct 07 00:03:01 2019 +0800 |
committer | Maxime Ripard <mripard@kernel.org> | Mon Oct 07 14:01:25 2019 +0200 |
tree | 916b2a25b54e49aba40e039543e156e53e28d3b6 | |
parent | 10d8f308ba3e4d2c8753dd7a143af6f4a96cc29b [diff] |
drm/sun4i: dsi: fix the overhead of the horizontal front porch The formula in the BSP kernel indicates that a 16-byte overhead is used when sending the HFP. However, this value is currently set to 6 in the sun6i_mipi_dsi driver, which makes some panels flashing. Fix this overhead value. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20191006160303.24413-3-icenowy@aosc.io