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

2019-06-12 Thread Rodrigo Siqueira
On Mon, Jun 10, 2019 at 12:39 PM Liviu Dudau wrote: > > On Fri, Jun 07, 2019 at 11:58:04AM -0300, Rodrigo Siqueira wrote: > > On Fri, Jun 7, 2019 at 4:48 AM Daniel Vetter wrote: > > > > > > On Thu, Jun 06, 2019 at 07:41:01PM -0300, Rodrigo Siqueira wrote: > > > > This patch implements the necessa

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

2019-06-10 Thread Liviu Dudau
On Fri, Jun 07, 2019 at 11:58:04AM -0300, Rodrigo Siqueira wrote: > On Fri, Jun 7, 2019 at 4:48 AM Daniel Vetter wrote: > > > > On Thu, Jun 06, 2019 at 07:41:01PM -0300, Rodrigo Siqueira wrote: > > > This patch implements the necessary functions to add writeback support > > > for vkms. This featur

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

2019-06-07 Thread Rodrigo Siqueira
On Fri, Jun 7, 2019 at 4:48 AM Daniel Vetter wrote: > > On Thu, Jun 06, 2019 at 07:41:01PM -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 writ

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

2019-06-07 Thread Daniel Vetter
On Fri, Jun 07, 2019 at 02:17:20PM +, Brian Starkey wrote: > Hi Rodrigo, > > On Thu, Jun 06, 2019 at 07:41:01PM -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 >

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

2019-06-07 Thread Brian Starkey
Hi Rodrigo, On Thu, Jun 06, 2019 at 07:41:01PM -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. > > Signed-off-by: Rodrigo Siqueir

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

2019-06-07 Thread Daniel Vetter
On Fri, Jun 07, 2019 at 09:48:08AM +0200, Daniel Vetter wrote: > On Thu, Jun 06, 2019 at 07:41:01PM -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 w

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

2019-06-07 Thread Daniel Vetter
On Thu, Jun 06, 2019 at 07:41:01PM -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. > > Signed-off-by: Rodrigo Siqueira > --- > d

[PATCH 2/2] drm/vkms: Add support for writeback

2019-06-06 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. Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/vkms/Makefile | 9 +- drivers/gpu/drm/vkms/vkms_crtc.c