All of lore.kernel.org
 help / color / mirror / Atom feed
From: <frederic.konrad@xilinx.com>
To: <qemu-devel@nongnu.org>
Cc: <alistair@alistair23.me>, <edgar.iglesias@gmail.com>,
	<peter.maydell@linaro.org>, <qemu-arm@nongnu.org>,
	<sai.pavan.boddu@xilinx.com>, <edgari@xilinx.com>,
	<fkonrad@amd.com>
Subject: [PATCH v1 0/4] xlnx-zcu102: fix the display port.
Date: Tue, 3 May 2022 16:25:41 +0100	[thread overview]
Message-ID: <20220503152545.1100386-1-fkonrad@xilinx.com> (raw)

From: Frederic Konrad <fkonrad@amd.com>

Hi,

This patch set fixes some issues with the DisplayPort for the ZCU102:

The first patch fixes the wrong register size and thus the risk of register
overflow.

The three other one add a vblank interrupt required by the linux driver:
  - When using the VNC graphic backend and leaving it unconnected, in the best
    case the gfx_update callback is called once every 3000ms which is
    insufficient for the driver.  This is fixed by providing a VBLANK interrupt
    from a ptimer.
  - This requirement revealed two issues with the IRQ numbers and the
    interrupt disable logic fixed by the two last patches.

Tested by booting Petalinux with the framebuffer enabled.

Best Regards,
Fred

Frederic Konrad (2):
  xlnx_dp: fix the wrong register size
  xlnx-zynqmp: fix the irq mapping for the display port and its dma

Sai Pavan Boddu (2):
  xlnx_dp: Introduce a vblank signal
  xlnx_dp: Fix the interrupt disable logic

 hw/arm/xlnx-zynqmp.c         |  4 ++--
 hw/display/xlnx_dp.c         | 43 +++++++++++++++++++++++++++---------
 include/hw/display/xlnx_dp.h | 12 ++++++++--
 3 files changed, 44 insertions(+), 15 deletions(-)

-- 
2.25.1



             reply	other threads:[~2022-05-03 15:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-03 15:25 frederic.konrad [this message]
2022-05-03 15:25 ` [PATCH v1 1/4] xlnx_dp: fix the wrong register size frederic.konrad
2022-05-03 15:58   ` Edgar E. Iglesias
2022-05-03 15:25 ` [PATCH v1 2/4] xlnx_dp: Introduce a vblank signal frederic.konrad
2022-05-03 15:59   ` Edgar E. Iglesias
2022-05-16  9:56   ` Peter Maydell
2022-05-16 10:36     ` Frederic Konrad
2022-05-16 10:42       ` Peter Maydell
2022-05-03 15:25 ` [PATCH v1 3/4] xlnx_dp: Fix the interrupt disable logic frederic.konrad
2022-05-03 15:25 ` [PATCH v1 4/4] xlnx-zynqmp: fix the irq mapping for the display port and its dma frederic.konrad
2022-05-03 16:00   ` Edgar E. Iglesias
2022-05-13 14:42 ` [PATCH v1 0/4] xlnx-zcu102: fix the display port Frederic Konrad

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=20220503152545.1100386-1-fkonrad@xilinx.com \
    --to=frederic.konrad@xilinx.com \
    --cc=alistair@alistair23.me \
    --cc=edgar.iglesias@gmail.com \
    --cc=edgari@xilinx.com \
    --cc=fkonrad@amd.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=sai.pavan.boddu@xilinx.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.