Re: [Qemu-devel] [PATCH] pl110: Implement vertical compare/next base interrupts

2018-01-25 Thread Peter Maydell
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

Re: [Qemu-devel] [PATCH] pl110: Implement vertical compare/next base interrupts

2018-01-23 Thread no-reply
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

[Qemu-devel] [PATCH] pl110: Implement vertical compare/next base interrupts

2018-01-23 Thread Linus Walleij
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

Re: [Qemu-devel] [PATCH] pl110: Clarify comment about PL110 ID on VersatilePB

2013-09-05 Thread Peter Maydell
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

Re: [Qemu-devel] [PATCH] pl110: Clarify comment about PL110 ID on VersatilePB

2013-09-05 Thread Andreas Färber
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

[Qemu-devel] [PATCH] pl110: Clarify comment about PL110 ID on VersatilePB

2013-09-05 Thread 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. Signed-off-by: Peter Maydell --- I happened to have to ch

[Qemu-devel] [PATCH] pl110

2007-06-17 Thread Adam Lackorzynski
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 ==

[Qemu-devel] [PATCH] pl110 display update fix

2007-02-16 Thread Lars Munch
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 ===

[Qemu-devel] [PATCH] pl110 bigendian

2006-02-15 Thread Piotr Esden-Tempski
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