public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: bridge: ti-sn65dsi83: Fix LVDS output configuration
@ 2025-10-03  9:19 Sudarshan Shetty
  2025-10-03  9:19 ` Sudarshan Shetty
  0 siblings, 1 reply; 3+ messages in thread
From: Sudarshan Shetty @ 2025-10-03  9:19 UTC (permalink / raw)
  To: andrzej.hajda, neil.armstrong
  Cc: rfoss, Laurent.pinchart, tessolveupstream, jonas, jernej.skrabec,
	maarten.lankhorst, mripard, tzimmermann, airlied, simona,
	dri-devel, linux-kernel

Hi all,

This patch series fixes dual-link LVDS support in the SN65DSI83
DSI-to-LVDS bridge driver.

Currently the driver programs the same horizontal timing values for
both single-link and dual-link modes. According to TI, when operating
in dual-link mode the horizontal timing parameters must be divided by
two before being written to the device. Without this adjustment, panels
do not light up or show corrupted output.

TI has provided recommended register settings for dual-link operation.
I have hardcoded those into the driver as I am not driver expert,
With these changes applied, dual-link LVDS panels work reliably
on our hardware.

Summary:
- Adjust horizontal timing parameters by 2 in dual-link mode
- Apply TI dual-link register settings

Thanks,
Sudarshan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-10-14  6:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-03  9:19 [PATCH] drm: bridge: ti-sn65dsi83: Fix LVDS output configuration Sudarshan Shetty
2025-10-03  9:19 ` Sudarshan Shetty
2025-10-14  6:08   ` Sudarshan Shetty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox