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

2015-06-24 Thread Peter Crosthwaite
On Mon, Jun 15, 2015 at 8:15 AM, wrote: > From: KONRAD Frederic > > This adds the DP and the DPDMA to the Zynq MP. > > Signed-off-by: KONRAD Frederic Reviewed-by: Peter Crosthwaite > --- > hw/arm/xlnx-zynqmp.c | 20 > include/hw/arm/xlnx-zynqmp.h | 4 > 2

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

2015-06-15 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 | 20 include/hw/arm/xlnx-zynqmp.h | 4 2 files changed, 24 insertions(+) diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c in