dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] drm/bridge: microchip-lvds: clean up and fix bus formats
@ 2025-06-24  9:24 Dharma Balasubiramani
  2025-06-24  9:24 ` [PATCH v4 1/3] drm/bridge: microchip-lvds: drop unused drm_panel Dharma Balasubiramani
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Dharma Balasubiramani @ 2025-06-24  9:24 UTC (permalink / raw)
  To: Manikandan Muralidharan, Andrzej Hajda, Neil Armstrong,
	Robert Foss, Laurent Pinchart, Jonas Karlman, Jernej Skrabec,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter
  Cc: dri-devel, linux-kernel, Dharma Balasubiramani,
	Sandeep Sheriker M

This patch series drops the unsed panel field, switches to atomic variants
and adds support to select between the two supported formats (JEIDA and
VESA) by the LVDSC.

Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
---
Changes in v4:
- Split the commits into 3.
- Drop <drm/drm_panel.h>
- Link to v3: https://lore.kernel.org/r/20250624-microchip-lvds-v3-1-c3c6f1e40516@microchip.com

Changes in v3:
- Use BIT(0) instead of 1.
- Drop the panel field of the mchp_lvds structure.
- Drop the inner parentheses in write in serialiser_on().
- Link to v2: https://lore.kernel.org/r/20250623-microchip-lvds-v2-1-8ecbabc6abc4@microchip.com

Changes in v2:
- Switch to atomic bridge functions
- Drop custom connector creation
- Use drm_atomic_get_new_connector_for_encoder()
- Link to v1: https://lore.kernel.org/r/20250618-microchip-lvds-v1-1-1eae5acd7a82@microchip.com

---
Dharma Balasubiramani (3):
      drm/bridge: microchip-lvds: drop unused drm_panel
      drm/bridge: microchip-lvds: switch to use atomic variants
      drm/bridge: microchip-lvds: fix bus format mismatch with VESA displays

 drivers/gpu/drm/bridge/microchip-lvds.c | 71 +++++++++++++++++++++++++--------
 1 file changed, 54 insertions(+), 17 deletions(-)
---
base-commit: 4325743c7e209ae7845293679a4de94b969f2bef
change-id: 20250618-microchip-lvds-b7151d96094a

Best regards,
-- 
Dharma Balasubiramani <dharma.b@microchip.com>


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

end of thread, other threads:[~2025-06-25  3:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24  9:24 [PATCH v4 0/3] drm/bridge: microchip-lvds: clean up and fix bus formats Dharma Balasubiramani
2025-06-24  9:24 ` [PATCH v4 1/3] drm/bridge: microchip-lvds: drop unused drm_panel Dharma Balasubiramani
2025-06-24 10:42   ` Laurent Pinchart
2025-06-24 10:46     ` Dharma.B
2025-06-24 10:50       ` Laurent Pinchart
2025-06-24 10:53         ` Dharma.B
2025-06-24  9:24 ` [PATCH v4 2/3] drm/bridge: microchip-lvds: switch to use atomic variants Dharma Balasubiramani
2025-06-24 11:02   ` Maxime Ripard
2025-06-25  3:42     ` Dharma.B
2025-06-24  9:24 ` [PATCH v4 3/3] drm/bridge: microchip-lvds: fix bus format mismatch with VESA displays Dharma Balasubiramani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).