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

2016-01-28 Thread Frederic Konrad
On 16/01/2016 02:51, Alistair Francis wrote: > On Mon, Jan 4, 2016 at 10:25 AM, 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 V6 7/8] introduce xlnx-dp

2016-01-15 Thread Alistair Francis
On Mon, Jan 4, 2016 at 10:25 AM, 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 V6 7/8] introduce xlnx-dp

2016-01-04 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: