drm/panel: simple: Fix Innolux G101ICE-L01 timings
authorMarek Vasut <marex@denx.de>
Sun, 8 Oct 2023 22:32:56 +0000 (00:32 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 19 Nov 2023 18:48:39 +0000 (19:48 +0100)
commit3f9a91b6c00e655d27bd785dcda1742dbdc31bda
tree5635029c0280df88806a398ae82a3494504026b8
parent06fc41b09cfbc02977acd9189473593a37d82d9b
drm/panel: simple: Fix Innolux G101ICE-L01 timings

The Innolux G101ICE-L01 datasheet [1] page 17 table
6.1 INPUT SIGNAL TIMING SPECIFICATIONS
indicates that maximum vertical blanking time is 40 lines.
Currently the driver uses 29 lines.

Fix it, and since this panel is a DE panel, adjust the timings
to make them less hostile to controllers which cannot do 1 px
HSA/VSA, distribute the delays evenly between all three parts.

[1] https://www.data-modul.com/sites/default/files/products/G101ICE-L01-C2-specification-12042389.pdf

Fixes: 1e29b840af9f ("drm/panel: simple: Add Innolux G101ICE-L01 panel")
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231008223256.279196-1-marex@denx.de
drivers/gpu/drm/panel/panel-simple.c