public inbox for qemu-arm@nongnu.org
 help / color / mirror / Atom feed
From: Yucai Liu <yangyanglan718@gmail.com>
To: pbonzini@redhat.com, peter.maydell@linaro.org
Cc: jcd@tribudubois.net, qemu-devel@nongnu.org, qemu-arm@nongnu.org
Subject: [PATCH v3 0/2] i.MX6UL LCDIF device model and SoC wiring
Date: Sun, 12 Apr 2026 19:02:38 +0800	[thread overview]
Message-ID: <20260412110240.93116-1-yangyanglan718@gmail.com> (raw)

From: Yucai Liu <1486344514@qq.com>

This series adds a basic i.MX6UL LCDIF device model under hw/display
and wires it into the i.MX6UL SoC.

Changes in v3:
- merge the previous "build symbol" patch into the device patch
- drop the unrelated hw/arm/meson.build line-wrap-only change
- fix commit message formatting (use real newlines)
- use 16 KiB for the LCDIF MMIO region size in both device and SoC map
- rework register indexing/storage to match 0x10-spaced register layout
- apply SET/CLR/TOG semantics only to registers that have those aliases
- set CTRL1 reset value to 0x000f0000
- remove redundant 32bpp host-surface check
- move realize-time cleanup to unrealize

Yucai Liu (2):
  hw/display: Add i.MX6UL LCDIF device model
  hw/arm/fsl-imx6ul: Wire in the LCDIF device model

 MAINTAINERS                       |   2 +
 hw/arm/Kconfig                    |   1 +
 hw/arm/fsl-imx6ul.c               |  12 +-
 hw/display/Kconfig                |   4 +
 hw/display/imx6ul_lcdif.c         | 453 ++++++++++++++++++++++++++++++
 hw/display/meson.build            |   1 +
 include/hw/arm/fsl-imx6ul.h       |   4 +-
 include/hw/display/imx6ul_lcdif.h |  37 +++
 8 files changed, 511 insertions(+), 3 deletions(-)
 create mode 100644 hw/display/imx6ul_lcdif.c
 create mode 100644 include/hw/display/imx6ul_lcdif.h

-- 
2.53.0


             reply	other threads:[~2026-04-12 11:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-12 11:02 Yucai Liu [this message]
2026-04-12 11:02 ` [PATCH v3 1/2] hw/display: Add i.MX6UL LCDIF device model Yucai Liu
2026-04-12 11:02 ` [PATCH v3 2/2] hw/arm/fsl-imx6ul: Wire in the " Yucai Liu

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=20260412110240.93116-1-yangyanglan718@gmail.com \
    --to=yangyanglan718@gmail.com \
    --cc=jcd@tribudubois.net \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /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