public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/4] video: simple_panel support for am335x evm panel
@ 2025-12-04  8:31 Markus Schneider-Pargmann (TI.com)
  2025-12-04  8:31 ` [PATCH v3 1/4] panel: Add missing comment for the timing argument Markus Schneider-Pargmann (TI.com)
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Markus Schneider-Pargmann (TI.com) @ 2025-12-04  8:31 UTC (permalink / raw)
  To: u-boot
  Cc: Anatolij Gustschin, Tom Rini, Yannick Fertre, Patrice Chotard,
	Raphael Gallais-Pou, Sukrut Bellary, Fabio Estevam,
	Markus Schneider-Pargmann (TI.com)

Hi,

this series adds the capability to define hardcoded panel settings to
the simple_panel driver similar to the Linux Kernel and adds the panel
used on am335x evm. panel-uclass.c is extended to support get_modes()
for panels and drm_display_mode conversion. In a second step the tilcdc
is extended to support OF graph to be able to connect to the simple
panel devicetree node.

Best
Markus

Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp@baylibre.com>
---
Changes in v3:
- Fix typo in first patch timining -> timing
- Link to v2: https://lore.kernel.org/r/20251203-topic-am33-evm-lcd-v2026-01-v2-0-262cf4f34eb5@baylibre.com

Changes in v2:
- Add support for struct drm_display_mode in u-boot and in particular
  the simple panel driver to make copying definitions from Linux easier
  as suggested by Fabio
- Link to v1: https://lore.kernel.org/r/20251128-topic-am33-evm-lcd-v2026-01-v1-0-ef75d4330d3d@baylibre.com

---
Markus Schneider-Pargmann (TI.com) (4):
      panel: Add missing comment for the timing argument
      panel: Lightweight support of get_modes()
      video: simple_panel: Add tfc_s9700rtwv43tr_01b
      video: ti: am335x: Support OF graph

 drivers/video/panel-uclass.c | 38 +++++++++++++++++++++--
 drivers/video/simple_panel.c | 62 ++++++++++++++++++++++++++++++++++----
 drivers/video/ti/tilcdc.c    | 46 +++++++++++++++++++++++-----
 include/panel.h              | 72 +++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 200 insertions(+), 18 deletions(-)
---
base-commit: c5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9
change-id: 20251128-topic-am33-evm-lcd-v2026-01-004f74a2ccfc

Best regards,
-- 
Markus Schneider-Pargmann (TI.com) <msp@baylibre.com>


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

end of thread, other threads:[~2026-01-05  0:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-04  8:31 [PATCH v3 0/4] video: simple_panel support for am335x evm panel Markus Schneider-Pargmann (TI.com)
2025-12-04  8:31 ` [PATCH v3 1/4] panel: Add missing comment for the timing argument Markus Schneider-Pargmann (TI.com)
2025-12-04  8:31 ` [PATCH v3 2/4] panel: Lightweight support of get_modes() Markus Schneider-Pargmann (TI.com)
2025-12-04  8:31 ` [PATCH v3 3/4] video: simple_panel: Add tfc_s9700rtwv43tr_01b Markus Schneider-Pargmann (TI.com)
2025-12-30 17:30   ` Tom Rini
2026-01-04 20:21     ` Markus Schneider-Pargmann
2025-12-04  8:31 ` [PATCH v3 4/4] video: ti: am335x: Support OF graph Markus Schneider-Pargmann (TI.com)

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