Re: [PATCH v2 09/13] drm/bridge: lt9611: fix sync polarity for DVI output

2023-01-12 Thread Neil Armstrong
On 08/01/2023 17:56, Dmitry Baryshkov wrote: Attaching DVI sink to the lt9611 requires different setup. Fix the register write to make the DVI displays sync onto the correct sync pulse. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/bridge/lontium-lt9611.c | 9 ++--- 1 file changed,

[PATCH v2 09/13] drm/bridge: lt9611: fix sync polarity for DVI output

2023-01-08 Thread Dmitry Baryshkov
Attaching DVI sink to the lt9611 requires different setup. Fix the register write to make the DVI displays sync onto the correct sync pulse. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/bridge/lontium-lt9611.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dr