Re: [RESEND v6 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

2022-08-21 Thread Melissa Wen
On 08/19, 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_frame_info` > struct. > > Also adds two new

[RESEND v6 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

2022-08-19 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_frame_info` struct. Also adds two new function pointers (`line_to_frame_func` and