public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] drm/bridge: tc358768: Fixes and timings improvements
@ 2023-08-16 11:25 Tomi Valkeinen
  2023-08-16 11:25 ` [PATCH v2 01/12] drm/tegra: rgb: Parameterize V- and H-sync polarities Tomi Valkeinen
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Tomi Valkeinen @ 2023-08-16 11:25 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss, Laurent Pinchart,
	Jonas Karlman, Jernej Skrabec, David Airlie, Daniel Vetter,
	Péter Ujfalusi, Maxim Schwalm, Francesco Dolcini
  Cc: dri-devel, linux-kernel, Aradhya Bhatia, Tomi Valkeinen,
	Thierry Reding, Thierry Reding

This series contains various fixes and cleanups for TC358768. The target
of this work is to get TC358768 working on Toradex's AM62 based board,
which has the following display pipeline:

AM62 DPI -> TC358768 -> LT8912B -> HDMI connector

The main thing the series does is to improve the DSI HSW, HFP and VSDly
calculations.

 Tomi

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
---
Changes in v2:
- Add "drm/tegra: rgb: Parameterize V- and H-sync polarities" so that
  Tegra can configure the polarities correctly.
- Add "drm/bridge: tc358768: Default to positive h/v syncs" as we don't
  (necessarily) have the polarities set in the mode.
- Drop "drm/bridge: tc358768: Add DRM_BRIDGE_ATTACH_NO_CONNECTOR
  support" as it's not needed for DRM_BRIDGE_ATTACH_NO_CONNECTOR
  support.
- Link to v1: https://lore.kernel.org/r/20230804-tc358768-v1-0-1afd44b7826b@ideasonboard.com

---
Thierry Reding (1):
      drm/tegra: rgb: Parameterize V- and H-sync polarities

Tomi Valkeinen (11):
      drm/bridge: tc358768: Fix use of uninitialized variable
      drm/bridge: tc358768: Fix bit updates
      drm/bridge: tc358768: Cleanup PLL calculations
      drm/bridge: tc358768: Use struct videomode
      drm/bridge: tc358768: Print logical values, not raw register values
      drm/bridge: tc358768: Use dev for dbg prints, not priv->dev
      drm/bridge: tc358768: Rename dsibclk to hsbyteclk
      drm/bridge: tc358768: Clean up clock period code
      drm/bridge: tc358768: Fix tc358768_ns_to_cnt()
      drm/bridge: tc358768: Attempt to fix DSI horizontal timings
      drm/bridge: tc358768: Default to positive h/v syncs

 drivers/gpu/drm/bridge/tc358768.c | 381 ++++++++++++++++++++++++++++----------
 drivers/gpu/drm/tegra/rgb.c       |  16 +-
 2 files changed, 295 insertions(+), 102 deletions(-)
---
base-commit: 4d49d87b3606369c6e29b9d051892ee1a6fc4e75
change-id: 20230804-tc358768-1b6949ef2e3d

Best regards,
-- 
Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>


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

end of thread, other threads:[~2023-08-22 16:13 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-16 11:25 [PATCH v2 00/12] drm/bridge: tc358768: Fixes and timings improvements Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 01/12] drm/tegra: rgb: Parameterize V- and H-sync polarities Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 02/12] drm/bridge: tc358768: Fix use of uninitialized variable Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 03/12] drm/bridge: tc358768: Fix bit updates Tomi Valkeinen
2023-08-21 22:22   ` Maxim Schwalm
2023-08-22 16:13     ` Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 04/12] drm/bridge: tc358768: Cleanup PLL calculations Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 05/12] drm/bridge: tc358768: Use struct videomode Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 06/12] drm/bridge: tc358768: Print logical values, not raw register values Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 07/12] drm/bridge: tc358768: Use dev for dbg prints, not priv->dev Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 08/12] drm/bridge: tc358768: Rename dsibclk to hsbyteclk Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 09/12] drm/bridge: tc358768: Clean up clock period code Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 10/12] drm/bridge: tc358768: Fix tc358768_ns_to_cnt() Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 11/12] drm/bridge: tc358768: Attempt to fix DSI horizontal timings Tomi Valkeinen
2023-08-16 11:25 ` [PATCH v2 12/12] drm/bridge: tc358768: Default to positive h/v syncs Tomi Valkeinen
2023-08-16 16:59 ` [PATCH v2 00/12] drm/bridge: tc358768: Fixes and timings improvements Tomi Valkeinen
2023-08-21 19:46 ` Péter Ujfalusi

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