public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: <u-boot@lists.denx.de>, <git@xilinx.com>
Cc: Anatolij Gustschin <agust@denx.de>
Subject: [PATCH 0/6] video: zynqmp: Add support for ZynqMP DP
Date: Wed, 17 May 2023 10:42:06 +0200	[thread overview]
Message-ID: <cover.1684312924.git.michal.simek@amd.com> (raw)

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


             reply	other threads:[~2023-05-17  8:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17  8:42 Michal Simek [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1684312924.git.michal.simek@amd.com \
    --to=michal.simek@amd.com \
    --cc=agust@denx.de \
    --cc=git@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox