Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: Start the info graphics with HS/VS change

The VS signal change is synchronized to HS signal change, start the
info graphics with that event, instead of having that event occur in
the middle of it.

Scope trace of DPI bus with HS/VS active HIGH looks as follows:
________________...__
VS...___/__ __ \______...
HS...___/ \_______/ \__...__/ \___...
^ ^
| |
| Used to start here -'
|
'--- Start info graphics here

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230221200407.16531-1-marex@denx.de

+23 -23
+23 -23
Documentation/devicetree/bindings/display/panel/panel-timing.yaml
··· 17 17 18 18 The parameters are defined as seen in the following illustration. 19 19 20 - +----------+-------------------------------------+----------+-------+ 21 - | | ^ | | | 22 - | | |vback_porch | | | 23 - | | v | | | 24 - +----------#######################################----------+-------+ 25 - | # ^ # | | 26 - | # | # | | 27 - | hback # | # hfront | hsync | 28 - | porch # | hactive # porch | len | 29 - |<-------->#<-------+--------------------------->#<-------->|<----->| 30 - | # | # | | 31 - | # |vactive # | | 32 - | # | # | | 33 - | # v # | | 34 - +----------#######################################----------+-------+ 35 - | | ^ | | | 36 - | | |vfront_porch | | | 37 - | | v | | | 38 - +----------+-------------------------------------+----------+-------+ 39 - | | ^ | | | 40 - | | |vsync_len | | | 41 - | | v | | | 42 - +----------+-------------------------------------+----------+-------+ 20 + +-------+----------+-------------------------------------+----------+ 21 + | | | ^ | | 22 + | | | |vsync_len | | 23 + | | | v | | 24 + +-------+----------+-------------------------------------+----------+ 25 + | | | ^ | | 26 + | | | |vback_porch | | 27 + | | | v | | 28 + +-------+----------#######################################----------+ 29 + | | # ^ # | 30 + | | # | # | 31 + | hsync | hback # | # hfront | 32 + | len | porch # | hactive # porch | 33 + |<----->|<-------->#<-------+--------------------------->#<-------->| 34 + | | # | # | 35 + | | # |vactive # | 36 + | | # | # | 37 + | | # v # | 38 + +-------+----------#######################################----------+ 39 + | | | ^ | | 40 + | | | |vfront_porch | | 41 + | | | v | | 42 + +-------+----------+-------------------------------------+----------+ 43 43 44 44 45 45 The following is the panel timings shown with time on the x-axis.