public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Init flow fixes for Samsung DSIM and TI SN65DSI84
@ 2023-05-03 16:33 Frieder Schrempf
  2023-05-03 16:33 ` [PATCH v2 1/2] drm: bridge: samsung-dsim: Fix i.MX8M enable flow to meet spec Frieder Schrempf
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Frieder Schrempf @ 2023-05-03 16:33 UTC (permalink / raw)
  To: Andrzej Hajda, Daniel Vetter, David Airlie, dri-devel, Inki Dae,
	Jagan Teki, linux-kernel, Marek Szyprowski, Neil Armstrong,
	Robert Foss
  Cc: Frieder Schrempf, Alexander Stein, Jernej Skrabec, Jonas Karlman,
	Laurent Pinchart, Marek Vasut, Sam Ravnborg,
	Uwe Kleine-König, Ville Syrjälä

From: Frieder Schrempf <frieder.schrempf@kontron.de>

This patchset contains a proposal to fix the initialization flow for
the display pipeline used on our i.MX8MM Kontron boards:

  i.MX8MM LCDIF -> i.MX8MM DSIM -> TI SN65DSI84 -> 7" LVDS Panel

Without these changes the display works most of the time, but fails
to come up occassionally when booting or doing on/off cycling tests
with:

  echo 0 > /sys/devices/platform/soc@0/32c00000.bus/32e00000.lcdif/graphics/fb0/blank
  echo 1 > /sys/devices/platform/soc@0/32c00000.bus/32e00000.lcdif/graphics/fb0/blank

All the changes intend to follow the documentation provided here:
https://docs.kernel.org/gpu/drm-kms-helpers.html#mipi-dsi-bridge-operation

Changes for v2:
* Drop RFC
* Drop non-working Exynos cleanup patch 3/3

Frieder Schrempf (2):
  drm: bridge: samsung-dsim: Fix i.MX8M enable flow to meet spec
  drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec

 drivers/gpu/drm/bridge/samsung-dsim.c | 25 +++++++++++++++++++++++--
 drivers/gpu/drm/bridge/ti-sn65dsi83.c | 19 ++++++++++++++++---
 2 files changed, 39 insertions(+), 5 deletions(-)

-- 
2.40.0


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

end of thread, other threads:[~2023-07-20  6:39 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-03 16:33 [PATCH v2 0/2] Init flow fixes for Samsung DSIM and TI SN65DSI84 Frieder Schrempf
2023-05-03 16:33 ` [PATCH v2 1/2] drm: bridge: samsung-dsim: Fix i.MX8M enable flow to meet spec Frieder Schrempf
2023-05-04  9:07   ` Alexander Stein
2023-05-16  7:33   ` Neil Armstrong
2023-07-12 22:34   ` Tim Harvey
2023-07-13  0:37     ` Adam Ford
2023-07-13  6:22     ` Alexander Stein
2023-07-13  7:18     ` Frieder Schrempf
2023-07-13 10:01       ` Frieder Schrempf
2023-07-18 23:03         ` Tim Harvey
2023-07-19  7:05           ` Frieder Schrempf
2023-07-19 16:34             ` Tim Harvey
2023-07-20  6:37               ` Frieder Schrempf
2023-05-03 16:33 ` [PATCH v2 2/2] drm/bridge: ti-sn65dsi83: Fix enable/disable " Frieder Schrempf
2023-05-04  9:11   ` Alexander Stein
2023-05-16 22:22     ` Fabio Estevam
2023-05-22 13:29       ` Frieder Schrempf
2023-05-16  7:33   ` Neil Armstrong
2023-05-25 16:19 ` [PATCH v2 0/2] Init flow fixes for Samsung DSIM and TI SN65DSI84 Neil Armstrong

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