Re: [Qemu-devel] [PATCH V5 7/8] introduce xlnx-dp

2015-12-07 Thread Frederic Konrad
On 20/11/2015 11:06, Alistair Francis wrote: > On Fri, Oct 16, 2015 at 7:11 PM, wrote: >> From: KONRAD Frederic >> >> This is the implementation of the DisplayPort. >> It has an aux-bus to access dpcd and edid. >> >> Graphic plane is connected to the channel 3. >> Video plane is connected to the

Re: [Qemu-devel] [PATCH V5 7/8] introduce xlnx-dp

2015-11-23 Thread Alistair Francis
On Mon, Nov 23, 2015 at 6:51 PM, KONRAD Frederic wrote: > > > Le 20/11/2015 11:06, Alistair Francis a écrit : >> >> On Fri, Oct 16, 2015 at 7:11 PM, wrote: >>> >>> From: KONRAD Frederic >>> >>> This is the implementation of the DisplayPort. >>> It has an aux-bus to access dpcd and edid. >>> >>>

Re: [Qemu-devel] [PATCH V5 7/8] introduce xlnx-dp

2015-11-23 Thread KONRAD Frederic
Le 20/11/2015 11:06, Alistair Francis a écrit : On Fri, Oct 16, 2015 at 7:11 PM, wrote: From: KONRAD Frederic This is the implementation of the DisplayPort. It has an aux-bus to access dpcd and edid. Graphic plane is connected to the channel 3. Video plane is connected to the channel 0. A

Re: [Qemu-devel] [PATCH V5 7/8] introduce xlnx-dp

2015-11-20 Thread Alistair Francis
On Fri, Oct 16, 2015 at 7:11 PM, wrote: > From: KONRAD Frederic > > This is the implementation of the DisplayPort. > It has an aux-bus to access dpcd and edid. > > Graphic plane is connected to the channel 3. > Video plane is connected to the channel 0. > Audio stream are connected to the channe

[Qemu-devel] [PATCH V5 7/8] introduce xlnx-dp

2015-10-16 Thread fred . konrad
From: KONRAD Frederic This is the implementation of the DisplayPort. It has an aux-bus to access dpcd and edid. Graphic plane is connected to the channel 3. Video plane is connected to the channel 0. Audio stream are connected to the channels 4 and 5. Signed-off-by: KONRAD Frederic Tested-By: