Re: [Qemu-devel] [PATCH 8/8] arm: xlnx-zynqmp: Add DisplayPort and DPDMA.

2015-05-18 Thread Frederic Konrad
Hi Peter, Thanks for your review. On 14/05/2015 05:30, Peter Crosthwaite wrote: On Wed, May 13, 2015 at 12:12 PM, wrote: From: KONRAD Frederic This adds the DP and the DPDMA to the Zynq MP. Signed-off-by: KONRAD Frederic --- hw/arm/xlnx-zynqmp.c | 23 +++ i

Re: [Qemu-devel] [PATCH 8/8] arm: xlnx-zynqmp: Add DisplayPort and DPDMA.

2015-05-13 Thread Peter Crosthwaite
On Wed, May 13, 2015 at 12:12 PM, wrote: > From: KONRAD Frederic > > This adds the DP and the DPDMA to the Zynq MP. > > Signed-off-by: KONRAD Frederic > --- > hw/arm/xlnx-zynqmp.c | 23 +++ > include/hw/arm/xlnx-zynqmp.h | 4 > 2 files changed, 27 insertions(+

[Qemu-devel] [PATCH 8/8] arm: xlnx-zynqmp: Add DisplayPort and DPDMA.

2015-05-13 Thread fred . konrad
From: KONRAD Frederic This adds the DP and the DPDMA to the Zynq MP. Signed-off-by: KONRAD Frederic --- hw/arm/xlnx-zynqmp.c | 23 +++ include/hw/arm/xlnx-zynqmp.h | 4 2 files changed, 27 insertions(+) diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c