[PATCH v2 0/3] video: bridge-uclass: add get_display_timing ops
Svyatoslav Ryhel
clamor95 at gmail.com
Thu Feb 20 18:06:26 CET 2025
Add get_display_timing ops for internal bridges linked to
panels that do not support EDID (MIPI-DSI panels for example)
or have EDID not routed.
---
Changes in v2
- adjusted get_display_timing description
- added LVDS de/encoder bridge
- added video bridge test
---
Svyatoslav Ryhel (3):
video: bridge-uclass: add get_display_timing ops
video: bridge: add transparent LVDS de/encoder bridge
test: dm: add video bridge tests
arch/sandbox/dts/test.dts | 46 ++++++++
configs/sandbox_defconfig | 2 +
drivers/video/bridge/Kconfig | 7 ++
drivers/video/bridge/Makefile | 1 +
drivers/video/bridge/lvds-codec.c | 128 +++++++++++++++++++++
drivers/video/bridge/video-bridge-uclass.c | 11 ++
include/video_bridge.h | 21 ++++
test/dm/Makefile | 1 +
test/dm/video_bridge.c | 67 +++++++++++
9 files changed, 284 insertions(+)
create mode 100644 drivers/video/bridge/lvds-codec.c
create mode 100644 test/dm/video_bridge.c
--
2.43.0
More information about the U-Boot
mailing list