public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/6] video: zynqmp: Add support for ZynqMP DP
@ 2023-05-17  8:42 Michal Simek
  2023-05-17  8:42 ` [PATCH 1/6] video: Add support for RGBA8888 format Michal Simek
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Michal Simek @ 2023-05-17  8:42 UTC (permalink / raw)
  To: u-boot, git; +Cc: Anatolij Gustschin

Hi,

this series is adding initial support for Diplay port. As of today
it is working on fixed configuration but working on making it more flexible
to be able to fully configure it via DT only.

Thanks,
Michal


Michal Simek (3):
  video: Add support for RGBA8888 format
  video: bmp: Support rgba8888 pixel format
  video: zynqmp: Enable 1024x768 resolution

Venkatesh Yadav Abbarapu (3):
  video: move zynqmp files to subdirectory
  video: zynqmp: Driver for Xilinx ZynqMP DisplayPort Subsystem
  xilinx: zynqmp: Enable the vidconsole by default

 MAINTAINERS                         |    1 +
 drivers/video/Kconfig               |    9 +-
 drivers/video/Makefile              |    2 +-
 drivers/video/video-uclass.c        |   10 +-
 drivers/video/video_bmp.c           |   36 +
 drivers/video/zynqmp/Kconfig        |    8 +
 drivers/video/zynqmp/Makefile       |    5 +
 drivers/video/zynqmp/zynqmp_dpsub.c | 2225 +++++++++++++++++++++++++++
 drivers/video/zynqmp/zynqmp_dpsub.h |  680 ++++++++
 drivers/video/zynqmp_dpsub.c        |   66 -
 include/configs/xilinx_zynqmp.h     |    3 +
 include/video.h                     |    1 +
 12 files changed, 2969 insertions(+), 77 deletions(-)
 create mode 100644 drivers/video/zynqmp/Kconfig
 create mode 100644 drivers/video/zynqmp/Makefile
 create mode 100644 drivers/video/zynqmp/zynqmp_dpsub.c
 create mode 100644 drivers/video/zynqmp/zynqmp_dpsub.h
 delete mode 100644 drivers/video/zynqmp_dpsub.c

-- 
2.36.1


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

end of thread, other threads:[~2023-06-05 11:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17  8:42 [PATCH 0/6] video: zynqmp: Add support for ZynqMP DP Michal Simek
2023-05-17  8:42 ` [PATCH 1/6] video: Add support for RGBA8888 format Michal Simek
2023-05-17  8:42 ` [PATCH 2/6] video: bmp: Support rgba8888 pixel format Michal Simek
2023-05-17  8:42 ` [PATCH 3/6] video: move zynqmp files to subdirectory Michal Simek
2023-05-17  8:42 ` [PATCH 4/6] video: zynqmp: Driver for Xilinx ZynqMP DisplayPort Subsystem Michal Simek
2023-05-17  8:42 ` [PATCH 5/6] xilinx: zynqmp: Enable the vidconsole by default Michal Simek
2023-05-17  8:42 ` [PATCH 6/6] video: zynqmp: Enable 1024x768 resolution Michal Simek
2023-06-05 11:35 ` [PATCH 0/6] video: zynqmp: Add support for ZynqMP DP Michal Simek

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