Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-20 Thread Marius Vlad
Hi Melissa, Added a note about that in the latest version. Thanks! On Mon, Apr 10, 2023 at 05:17:56PM -0100, Melissa Wen wrote: > On 04/06, Marius Vlad wrote: > > Hi Thomas, > > > > Thanks for the clarifications! Made a couple of remarks in-line. > > > > On 4/6/23 14:29, Thomas Zimmermann wrot

Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-10 Thread Melissa Wen
On 04/06, Marius Vlad wrote: > Hi Thomas, > > Thanks for the clarifications! Made a couple of remarks in-line. > > On 4/6/23 14:29, Thomas Zimmermann wrote: > > Hi > > > > Am 06.04.23 um 11:17 schrieb Marius Vlad: > > > Hi Maira, > > > > > > Thanks a lot for taking a look. Yeah, indeed, this cr

Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-06 Thread Thomas Zimmermann
Hi Am 06.04.23 um 16:04 schrieb Marius Vlad: [...] For multiple outputs, you can attach multiple encoders/connectors to the same CRTC. They will then all display the same screen at the same display resolution Yeah, this kind of sounds like cloning to me, and would like to display different

Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-06 Thread Marius Vlad
Hi Thomas, Thanks for the clarifications! Made a couple of remarks in-line. On 4/6/23 14:29, Thomas Zimmermann wrote: Hi Am 06.04.23 um 11:17 schrieb Marius Vlad: Hi Maira, Thanks a lot for taking a look. Yeah, indeed, this creates a new connector, a CRTC and planes for it. Terminology wise

Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-06 Thread Thomas Zimmermann
Hi Am 06.04.23 um 11:17 schrieb Marius Vlad: Hi Maira, Thanks a lot for taking a look. Yeah, indeed, this creates a new connector, a CRTC and planes for it. Terminology wise, multiple pipes. The idea is to have multiple outputs, each with its own connector, as to be able to simulate (a few)

Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-06 Thread Thomas Zimmermann
Hi Am 05.04.23 um 15:51 schrieb Maíra Canal: Hi Marius, This patch adds support for creating multiple virtual connectors, in case one would need it. Use module parameters to specify how many, defaulting to just one, allocating from the start, a maximum of 4 possible outputs. I got a bit conf

Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-06 Thread Marius Vlad
Hi Maira, Thanks a lot for taking a look. Yeah, indeed, this creates a new connector, a CRTC and planes for it. Terminology wise, multiple pipes. The idea is to have multiple outputs, each with its own connector, as to be able to simulate (a few) more outputs. At least that's what I'm looking

Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-05 Thread Maíra Canal
Hi Marius, > This patch adds support for creating multiple virtual connectors, in > case one would need it. Use module parameters to specify how many, > defaulting to just one, allocating from the start, a maximum of 4 > possible outputs. I got a bit confused by this description. The commit messa