Re: [PATCH v5 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

2022-04-27 Thread Pekka Paalanen
On Tue, 26 Apr 2022 21:43:12 -0300 Igor Torrente wrote: > On 4/26/22 04:09, Pekka Paalanen wrote: > > On Mon, 25 Apr 2022 21:56:12 -0300 > > Igor Torrente wrote: > > > >> Hi Pekka, > >> > >> On 4/25/22 04:56, Pekka Paalanen wrote: > >>> On Sat, 23 Apr 2022 12:12:51 -0300 > >>> Igor Torrente

Re: [PATCH v5 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

2022-04-26 Thread Igor Torrente
On 4/26/22 04:09, Pekka Paalanen wrote: On Mon, 25 Apr 2022 21:56:12 -0300 Igor Torrente wrote: Hi Pekka, On 4/25/22 04:56, Pekka Paalanen wrote: On Sat, 23 Apr 2022 12:12:51 -0300 Igor Torrente wrote: Hi Pekka, On 4/20/22 08:23, Pekka Paalanen wrote: On Mon, 4 Apr 2022 17:45:11 -03

Re: [PATCH v5 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

2022-04-26 Thread Pekka Paalanen
On Mon, 25 Apr 2022 21:56:12 -0300 Igor Torrente wrote: > Hi Pekka, > > On 4/25/22 04:56, Pekka Paalanen wrote: > > On Sat, 23 Apr 2022 12:12:51 -0300 > > Igor Torrente wrote: > > > >> Hi Pekka, > >> > >> On 4/20/22 08:23, Pekka Paalanen wrote: > >>> On Mon, 4 Apr 2022 17:45:11 -0300 > >>

Re: [PATCH v5 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

2022-04-25 Thread Igor Torrente
Hi Pekka, On 4/25/22 04:56, Pekka Paalanen wrote: On Sat, 23 Apr 2022 12:12:51 -0300 Igor Torrente wrote: Hi Pekka, On 4/20/22 08:23, Pekka Paalanen wrote: On Mon, 4 Apr 2022 17:45:11 -0300 Igor Torrente wrote: This commit is the groundwork to introduce new formats to the planes and

Re: [PATCH v5 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

2022-04-25 Thread Pekka Paalanen
On Sat, 23 Apr 2022 12:12:51 -0300 Igor Torrente wrote: > Hi Pekka, > > On 4/20/22 08:23, Pekka Paalanen wrote: > > On Mon, 4 Apr 2022 17:45:11 -0300 > > Igor Torrente wrote: > > > >> This commit is the groundwork to introduce new formats to the planes and > >> writeback buffer. As part of

Re: [PATCH v5 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

2022-04-23 Thread Igor Torrente
Hi Pekka, On 4/20/22 08:23, Pekka Paalanen wrote: On Mon, 4 Apr 2022 17:45:11 -0300 Igor Torrente wrote: This commit is the groundwork to introduce new formats to the planes and writeback buffer. As part of it, a new buffer metadata field is added to `vkms_writeback_job`, this metadata is re

Re: [PATCH v5 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

2022-04-20 Thread Pekka Paalanen
On Mon, 4 Apr 2022 17:45:11 -0300 Igor Torrente wrote: > This commit is the groundwork to introduce new formats to the planes and > writeback buffer. As part of it, a new buffer metadata field is added to > `vkms_writeback_job`, this metadata is represented by the `vkms_composer` > struct. Hi,

[PATCH v5 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

2022-04-04 Thread Igor Torrente
This commit is the groundwork to introduce new formats to the planes and writeback buffer. As part of it, a new buffer metadata field is added to `vkms_writeback_job`, this metadata is represented by the `vkms_composer` struct. Also adds two new function pointers (`{wb,plane}_format_transform_func