[PATCH 2/2] drm/bridge: ti-sn65dsi83: add h/vsync-disable support

2025-03-06 Thread A. Zini
From: Alessandro Zini The h/vsync-disable properties are used to control whether to use or not h/vsync signals, by configuring their pulse width to zero. This is required on some panels which are driven in DE-only mode but do not ignore sync packets, and instead require them to be low-voltage le

[PATCH 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: add h/vsync-disable bindings

2025-03-06 Thread A. Zini
From: Alessandro Zini Add hsync- and vsync-disable bindings, used to disable the generation of h/vsync signals. Signed-off-by: Alessandro Zini --- .../bindings/display/bridge/ti,sn65dsi83.yaml| 12 1 file changed, 12 insertions(+) diff --git a/Documentation/devicetree/bin

[PATCH 0/2] Introduce h/vsync-disable properties for ti-sn65dsi83

2025-03-06 Thread A. Zini
From: Alessandro Zini This patch series adds support for disabling the generation of h/vsync signals on the ti-sn65dsi83 bridge. This is required on some panels which are driven in DE-only mode but do not ignore sync packets, and instead require them to be low-voltage level or ground. A discuss