On 23 January 2018 at 22:56, Linus Walleij wrote:
> This implements rudimentary support for interrupt generation on the
> PL110. I am working on a new DRI/KMS driver for Linux and since that
> uses the blanking interrupt, we need something to fire here. Without
> any interrupt support Linux waits
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20180123225654.5764-1-linus.wall...@linaro.org
Subject: [Qemu-devel] [PATCH] pl110: Implement vertical compare/next base
interrupts
=== TEST SCRIPT BEGIN ===
#!/bin/bash
This implements rudimentary support for interrupt generation on the
PL110. I am working on a new DRI/KMS driver for Linux and since that
uses the blanking interrupt, we need something to fire here. Without
any interrupt support Linux waits for a while and then gives ugly
messages about the vblank n
On 5 September 2013 19:55, Andreas Färber wrote:
> Am 05.09.2013 18:43, schrieb Peter Maydell:
>> /* Indexed by pl110_version */
>> static const unsigned char *idregs[] = {
>> pl110_id,
>> -pl110_versatile_id,
>> +/* The ARM documentation (DDI0224C) says the CLCDC on the Versatile
Am 05.09.2013 18:43, schrieb Peter Maydell:
> Clarify a comment about the ID register value presented by
> the PL110 variant present on the VersatilePB board (based
> on testing what the actual hardware does), to indicate that
> this is not an error in our emulation, and to remove an #if-0.
>
> Si
Clarify a comment about the ID register value presented by
the PL110 variant present on the VersatilePB board (based
on testing what the actual hardware does), to indicate that
this is not an error in our emulation, and to remove an #if-0.
Signed-off-by: Peter Maydell
---
I happened to have to ch
Hi,
I think there's a small issue with the pl110 emulation.
LCDIMSC and LCDControl are swapped depending whether versatile is used
as a platform or not. This is done in the write function but not in the
read function where it also should be done.
Possible patch:
Index: pl110.c
==
Hi
The pl110 controller do not update all rows correctly if you set a
resolution where src_width < TARGET_PAGE_SIZE. I ran into this problem
at the resolution 480x640x16. The attached patch fixes this problem.
-- Lars Munch
Index: hw/pl110.c
===
Hi,
Here is a patch that fixes the pl110 emulation on bigendian host
machines.
You can get it from http://www.esden.net/content/
qemu_pl110_bigendian.patch
Cheers Esden
--
Visit my Blog at http://www.esden.net and leave a Comment ;)
qemu_pl110_bigendian.patch
Description: Binary data