qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alistair Francis <alistair23@gmail.com>
To: frederic.konrad@xilinx.com
Cc: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	qemu-arm <qemu-arm@nongnu.org>,
	Peter Maydell <peter.maydell@linaro.org>,
	Edgar Iglesias <edgar.iglesias@gmail.com>,
	 Alistair Francis <alistair@alistair23.me>,
	Sai Pavan Boddu <saipava@xilinx.com>,
	Edgar Iglesias <edgari@xilinx.com>,
	fkonrad@amd.com,  Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>,
	 "Edgar E . Iglesias" <edgar.iglesias@xilinx.com>
Subject: Re: [PATCH v3 3/4] xlnx_dp: Fix the interrupt disable logic
Date: Thu, 2 Jun 2022 10:36:03 +1000	[thread overview]
Message-ID: <CAKmqyKNDSbMFziFs8_Z1vpJGyAtc6g+cFHyXGv1GE7guHfaKDQ@mail.gmail.com> (raw)
In-Reply-To: <20220601172353.3220232-4-fkonrad@xilinx.com>

On Thu, Jun 2, 2022 at 3:32 AM <frederic.konrad@xilinx.com> wrote:
>
> From: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>
>
> Fix interrupt disable logic. Mask value 1 indicates that interrupts are
> disabled.
>
> Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com>
> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
> Signed-off-by: Frederic Konrad <fkonrad@amd.com>

Acked-by: Alistair Francis <alistair.francis@wdc.com>

Alistair

> ---
>  hw/display/xlnx_dp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/display/xlnx_dp.c b/hw/display/xlnx_dp.c
> index d0bea512bd..eed705219e 100644
> --- a/hw/display/xlnx_dp.c
> +++ b/hw/display/xlnx_dp.c
> @@ -889,7 +889,7 @@ static void xlnx_dp_write(void *opaque, hwaddr offset, uint64_t value,
>          xlnx_dp_update_irq(s);
>          break;
>      case DP_INT_DS:
> -        s->core_registers[DP_INT_MASK] |= ~value;
> +        s->core_registers[DP_INT_MASK] |= value;
>          xlnx_dp_update_irq(s);
>          break;
>      default:
> --
> 2.25.1
>
>


  reply	other threads:[~2022-06-02  0:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01 17:23 [PATCH v3 0/4] xlnx-zcu102: fix the display port frederic.konrad
2022-06-01 17:23 ` [PATCH v3 1/4] xlnx_dp: fix the wrong register size frederic.konrad
2022-06-01 21:14   ` Alistair Francis
2022-06-01 17:23 ` [PATCH v3 2/4] xlnx_dp: Introduce a vblank signal frederic.konrad
2022-06-02  0:35   ` Alistair Francis
2022-06-01 17:23 ` [PATCH v3 3/4] xlnx_dp: Fix the interrupt disable logic frederic.konrad
2022-06-02  0:36   ` Alistair Francis [this message]
2022-06-01 17:23 ` [PATCH v3 4/4] xlnx-zynqmp: fix the irq mapping for the display port and its dma frederic.konrad
2022-06-01 21:15   ` Alistair Francis
2022-06-06 10:19 ` [PATCH v3 0/4] xlnx-zcu102: fix the display port Peter Maydell
2022-06-07  8:12   ` 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=CAKmqyKNDSbMFziFs8_Z1vpJGyAtc6g+cFHyXGv1GE7guHfaKDQ@mail.gmail.com \
    --to=alistair23@gmail.com \
    --cc=alistair@alistair23.me \
    --cc=edgar.iglesias@gmail.com \
    --cc=edgar.iglesias@xilinx.com \
    --cc=edgari@xilinx.com \
    --cc=fkonrad@amd.com \
    --cc=frederic.konrad@xilinx.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=sai.pavan.boddu@xilinx.com \
    --cc=saipava@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).