Re: [Qemu-devel] [PULL 28/30] introduce xlnx-dp

2022-04-07 Thread Peter Maydell
On Thu, 7 Apr 2022 at 12:28, Frederic Konrad wrote: > So I'm not totally sure.. do you need a patch for 7.0.0? It's not a regression, so we can fix this for 7.1. thanks -- PMM

Re: [Qemu-devel] [PULL 28/30] introduce xlnx-dp

2022-04-07 Thread Frederic Konrad
Le 4/7/22 à 12:32, Peter Maydell a écrit : On Tue, 14 Jun 2016 at 15:40, Peter Maydell 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 chann

Re: [Qemu-devel] [PULL 28/30] introduce xlnx-dp

2022-04-07 Thread Peter Maydell
On Tue, 14 Jun 2016 at 15:40, Peter Maydell 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 t

[Qemu-devel] [PULL 28/30] introduce xlnx-dp

2016-06-14 Thread Peter Maydell
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: