Re: [PATCH v2 0/8] Add new formats support to vkms

2021-11-11 Thread Pekka Paalanen
On Wed, 10 Nov 2021 14:32:26 -0300 Igor Torrente wrote: > Hi Pekka, > > On Tue, Nov 9, 2021 at 6:32 AM Pekka Paalanen wrote: > > > > On Tue, 26 Oct 2021 08:34:00 -0300 > > Igor Torrente wrote: > > > > > Summary > > > === > > > This series of patches refactor some vkms components in order

Re: [PATCH v2 0/8] Add new formats support to vkms

2021-11-10 Thread Igor Torrente
Hi Pekka, On Tue, Nov 9, 2021 at 6:32 AM Pekka Paalanen wrote: > > On Tue, 26 Oct 2021 08:34:00 -0300 > Igor Torrente wrote: > > > Summary > > === > > This series of patches refactor some vkms components in order to introduce > > new formats to the planes and writeback connector. > > > > Now

Re: [PATCH v2 0/8] Add new formats support to vkms

2021-11-09 Thread Pekka Paalanen
On Tue, 26 Oct 2021 08:34:00 -0300 Igor Torrente wrote: > Summary > === > This series of patches refactor some vkms components in order to introduce > new formats to the planes and writeback connector. > > Now in the blend function, the plane's pixels are converted to ARGB16161616 > and then

[PATCH v2 0/8] Add new formats support to vkms

2021-10-26 Thread Igor Torrente
Summary === This series of patches refactor some vkms components in order to introduce new formats to the planes and writeback connector. Now in the blend function, the plane's pixels are converted to ARGB16161616 and then blended together. The CRC is calculated based on the ARGB1616161616 bu