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

2022-02-27 Thread Igor Torrente
Hi Pekka, On 2/25/22 05:38, Pekka Paalanen wrote: > On Thu, 24 Feb 2022 21:43:01 -0300 > Igor Torrente wrote: > >> Hi Pekka, >> >> On 2/10/22 06:37, Pekka Paalanen wrote: >>> On Fri, 21 Jan 2022 18:38:29 -0300 >>> Igor Torrente wrote: >>> Currently the blend function only accepts XRGB_

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

2022-02-25 Thread Pekka Paalanen
On Thu, 24 Feb 2022 21:43:01 -0300 Igor Torrente wrote: > Hi Pekka, > > On 2/10/22 06:37, Pekka Paalanen wrote: > > On Fri, 21 Jan 2022 18:38:29 -0300 > > Igor Torrente wrote: > > > >> Currently the blend function only accepts XRGB_ and ARGB_ > >> as a color input. > >> > >> This patc

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

2022-02-24 Thread Igor Torrente
Hi Pekka, On 2/10/22 06:37, Pekka Paalanen wrote: > On Fri, 21 Jan 2022 18:38:29 -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 th

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

2022-02-22 Thread Pekka Paalanen
On Mon, 21 Feb 2022 22:13:21 -0300 Igor Torrente wrote: > Hi Pekka, > > On 2/21/22 06:18, Pekka Paalanen wrote: > > On Sun, 20 Feb 2022 22:02:12 -0300 > > Igor Torrente wrote: > > > >> Hi Melissa, > >> > >> On 2/9/22 18:45, Melissa Wen wrote: > >>> On 02/08, Igor Torrente wrote: > H

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

2022-02-21 Thread Igor Torrente
Hi Pekka, On 2/21/22 06:18, Pekka Paalanen wrote: On Sun, 20 Feb 2022 22:02:12 -0300 Igor Torrente wrote: Hi Melissa, On 2/9/22 18:45, Melissa Wen wrote: On 02/08, Igor Torrente wrote: Hi Melissa, On 2/8/22 07:40, Melissa Wen wrote: On 01/21, Igor Torrente wrote: Currently the blend fun

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

2022-02-21 Thread Pekka Paalanen
On Sun, 20 Feb 2022 22:02:12 -0300 Igor Torrente wrote: > Hi Melissa, > > On 2/9/22 18:45, Melissa Wen wrote: > > On 02/08, Igor Torrente wrote: > >> Hi Melissa, > >> > >> On 2/8/22 07:40, Melissa Wen wrote: > >>> On 01/21, Igor Torrente wrote: > Currently the blend function only acce

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

2022-02-20 Thread Igor Torrente
Hi Melissa, On 2/9/22 18:45, Melissa Wen wrote: On 02/08, Igor Torrente wrote: Hi Melissa, On 2/8/22 07:40, Melissa Wen wrote: On 01/21, Igor Torrente wrote: Currently the blend function only accepts XRGB_ and ARGB_ as a color input. This patch refactors all the functions related to

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

2022-02-10 Thread Pekka Paalanen
On Fri, 21 Jan 2022 18:38:29 -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

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

2022-02-09 Thread Melissa Wen
On 02/08, Igor Torrente wrote: > Hi Melissa, > > On 2/8/22 07:40, Melissa Wen wrote: > > On 01/21, 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 compositi

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

2022-02-08 Thread Igor Torrente
Hi Melissa, On 2/8/22 07:40, Melissa Wen wrote: On 01/21, 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

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

2022-02-08 Thread Melissa Wen
On 01/21, 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 introduced to deal with al