Re: [PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-29 Thread Pekka Paalanen
On Wed, 27 Apr 2022 21:44:34 -0300 Igor Torrente wrote: > On 4/27/22 04:43, Pekka Paalanen wrote: > > On Tue, 26 Apr 2022 22:22:22 -0300 > > Igor Torrente wrote: > > > >> On April 26, 2022 10:03:09 PM GMT-03:00, Igor Torrente > >> wrote: > >>> > >>> > >>> On 4/25/22 22:54, Igor Torrente w

Re: [PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-27 Thread Igor Torrente
On 4/27/22 04:43, Pekka Paalanen wrote: On Tue, 26 Apr 2022 22:22:22 -0300 Igor Torrente wrote: On April 26, 2022 10:03:09 PM GMT-03:00, Igor Torrente wrote: On 4/25/22 22:54, Igor Torrente wrote: Hi Pekka, On 4/25/22 05:10, Pekka Paalanen wrote: On Sat, 23 Apr 2022 15:53:20 -0300 I

Re: [PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-27 Thread Pekka Paalanen
On Tue, 26 Apr 2022 22:22:22 -0300 Igor Torrente wrote: > On April 26, 2022 10:03:09 PM GMT-03:00, Igor Torrente > wrote: > > > > > >On 4/25/22 22:54, Igor Torrente wrote: > >> Hi Pekka, > >> > >> On 4/25/22 05:10, Pekka Paalanen wrote: > >>> On Sat, 23 Apr 2022 15:53:20 -0300 > >>> Igor T

Re: [PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-26 Thread Igor Torrente
On April 26, 2022 10:03:09 PM GMT-03:00, Igor Torrente wrote: > > >On 4/25/22 22:54, Igor Torrente wrote: >> Hi Pekka, >> >> On 4/25/22 05:10, Pekka Paalanen wrote: >>> On Sat, 23 Apr 2022 15:53:20 -0300 >>> Igor Torrente wrote: >>> I forgot to respond some points from your review. >>>

Re: [PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-26 Thread Igor Torrente
On 4/25/22 22:54, Igor Torrente wrote: Hi Pekka, On 4/25/22 05:10, Pekka Paalanen wrote: On Sat, 23 Apr 2022 15:53:20 -0300 Igor Torrente wrote: I forgot to respond some points from your review. On 4/23/22 13:04, Igor Torrente wrote: Hi Pekka, On 4/20/22 09:36, Pekka Paalanen wrote: O

Re: [PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-25 Thread Igor Torrente
Hi Pekka, On 4/25/22 05:10, Pekka Paalanen wrote: On Sat, 23 Apr 2022 15:53:20 -0300 Igor Torrente wrote: I forgot to respond some points from your review. On 4/23/22 13:04, Igor Torrente wrote: Hi Pekka, On 4/20/22 09:36, Pekka Paalanen wrote: On Mon, 4 Apr 2022 17:45:12 -0300 Igor Torr

Re: [PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-25 Thread Pekka Paalanen
On Sat, 23 Apr 2022 15:53:20 -0300 Igor Torrente wrote: > I forgot to respond some points from your review. > > On 4/23/22 13:04, Igor Torrente wrote: > > Hi Pekka, > > > > On 4/20/22 09:36, Pekka Paalanen wrote: > >> On Mon, 4 Apr 2022 17:45:12 -0300 > >> Igor Torrente wrote: > >> > >>>

Re: [PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-23 Thread Igor Torrente
I forgot to respond some points from your review. On 4/23/22 13:04, Igor Torrente wrote: Hi Pekka, On 4/20/22 09:36, Pekka Paalanen wrote: On Mon, 4 Apr 2022 17:45:12 -0300 Igor Torrente wrote: Currently the blend function only accepts XRGB_ and ARGB_ as a color input. This patch

Re: [PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-23 Thread Igor Torrente
Hi Pekka, On 4/20/22 09:36, Pekka Paalanen wrote: On Mon, 4 Apr 2022 17:45:12 -0300 Igor Torrente wrote: Currently the blend function only accepts XRGB_ and ARGB_ as a color input. This patch refactors all the functions related to the plane composition to overcome this limitation.

Re: [PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-20 Thread Pekka Paalanen
On Mon, 4 Apr 2022 17:45:12 -0300 Igor Torrente wrote: > Currently the blend function only accepts XRGB_ and ARGB_ > as a color input. > > This patch refactors all the functions related to the plane composition > to overcome this limitation. > > A new internal format(`struct pixel`) is

[PATCH v5 6/9] drm: vkms: Refactor the plane composer to accept new formats

2022-04-04 Thread Igor Torrente
Currently the blend function only accepts XRGB_ and ARGB_ as a color input. This patch refactors all the functions related to the plane composition to overcome this limitation. A new internal format(`struct pixel`) is introduced to deal with all possible inputs. It consists of 16 bits fie