[PATCH 0/6] video: zynqmp: Add support for ZynqMP DP
Michal Simek
michal.simek at amd.com
Mon Jun 5 13:35:15 CEST 2023
On 5/17/23 10:42, Michal Simek wrote:
> 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
>
Applied.
M
More information about the U-Boot
mailing list