Re: [PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-26 Thread Marius Vlad
Hi, On 4/25/23 14:46, Maíra Canal wrote: On 4/25/23 04:44, Marius Vlad wrote: Hello, On 4/21/23 15:53, Maíra Canal wrote: On 4/21/23 04:05, Marius Vlad wrote: Hi Maíra, Thanks a lot for taking a look! On Thu, Apr 20, 2023 at 01:47:59PM -0300, Maíra Canal wrote: Hi Marius, Thanks for the

Re: [PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-25 Thread Maíra Canal
On 4/25/23 04:44, Marius Vlad wrote: Hello, On 4/21/23 15:53, Maíra Canal wrote: On 4/21/23 04:05, Marius Vlad wrote: Hi Maíra, Thanks a lot for taking a look! On Thu, Apr 20, 2023 at 01:47:59PM -0300, Maíra Canal wrote: Hi Marius, Thanks for the changing the commit message! Just a few

Re: [PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-25 Thread Marius Vlad
Hello, On 4/21/23 15:53, Maíra Canal wrote: On 4/21/23 04:05, Marius Vlad wrote: Hi Maíra, Thanks a lot for taking a look! On Thu, Apr 20, 2023 at 01:47:59PM -0300, Maíra Canal wrote: Hi Marius, Thanks for the changing the commit message! Just a few nits: On 4/20/23 05:41, Marius Vlad

Re: [PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-21 Thread Maíra Canal
On 4/21/23 04:05, Marius Vlad wrote: Hi Maíra, Thanks a lot for taking a look! On Thu, Apr 20, 2023 at 01:47:59PM -0300, Maíra Canal wrote: Hi Marius, Thanks for the changing the commit message! Just a few nits: On 4/20/23 05:41, Marius Vlad wrote: This adds support for creating multiple

Re: [PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-21 Thread Marius Vlad
Hi Maíra, Thanks a lot for taking a look! On Thu, Apr 20, 2023 at 01:47:59PM -0300, Maíra Canal wrote: > Hi Marius, > > Thanks for the changing the commit message! Just a few nits: > > On 4/20/23 05:41, Marius Vlad wrote: > > This adds support for creating multiple virtual pipes, in case one

Re: [PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-20 Thread Maíra Canal
Hi Marius, Thanks for the changing the commit message! Just a few nits: On 4/20/23 05:41, Marius Vlad wrote: This adds support for creating multiple virtual pipes, in case one would need to display multiple independent things on different outputs. We use a module parameter to specify how many

[PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-20 Thread Marius Vlad
This adds support for creating multiple virtual pipes, in case one would need to display multiple independent things on different outputs. We use a module parameter to specify how many to create, defaulting to just one with the possibility of specifying a maximum of 4 possible pipes. This is of