Re: [PATCH V2 5/5] drm/vkms: Add support for writeback

2019-06-18 Thread Rodrigo Siqueira
On Tue, Jun 18, 2019 at 6:34 AM Daniel Vetter wrote: > > On Mon, Jun 17, 2019 at 11:45:55PM -0300, Rodrigo Siqueira wrote: > > This patch implements the necessary functions to add writeback support > > for vkms. This feature is useful for testing compositors if you don't > > have hardware with

Re: [PATCH V2 5/5] drm/vkms: Add support for writeback

2019-06-18 Thread Daniel Vetter
On Mon, Jun 17, 2019 at 11:45:55PM -0300, Rodrigo Siqueira wrote: > This patch implements the necessary functions to add writeback support > for vkms. This feature is useful for testing compositors if you don't > have hardware with writeback support. > > Change in V2: > - Rework signal completion

[PATCH V2 5/5] drm/vkms: Add support for writeback

2019-06-17 Thread Rodrigo Siqueira
This patch implements the necessary functions to add writeback support for vkms. This feature is useful for testing compositors if you don't have hardware with writeback support. Change in V2: - Rework signal completion (Brian) - Integrates writeback with active_planes (Daniel) - Compose cursor