Re: [PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-16 Thread Daniel Vetter
On Thu, Aug 16, 2018 at 02:05:14AM +0300, Haneen Mohammed wrote: > On Tue, Aug 14, 2018 at 09:52:33PM +0200, Daniel Vetter wrote: > > On Tue, Aug 14, 2018 at 9:03 PM, Haneen Mohammed > > wrote: > > > On Tue, Aug 14, 2018 at 10:21:29AM +0200, Daniel Vetter wrote: > > >> On Mon, Aug 13, 2018 at

Re: [PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-16 Thread Haneen Mohammed
On Tue, Aug 14, 2018 at 09:52:33PM +0200, Daniel Vetter wrote: > On Tue, Aug 14, 2018 at 9:03 PM, Haneen Mohammed > wrote: > > On Tue, Aug 14, 2018 at 10:21:29AM +0200, Daniel Vetter wrote: > >> On Mon, Aug 13, 2018 at 11:04:11PM +0300, Haneen Mohammed wrote: > >> > On Wed, Aug 08, 2018 at

Re: [PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-15 Thread Haneen Mohammed
On Tue, Aug 14, 2018 at 09:52:33PM +0200, Daniel Vetter wrote: > On Tue, Aug 14, 2018 at 9:03 PM, Haneen Mohammed > wrote: > > On Tue, Aug 14, 2018 at 10:21:29AM +0200, Daniel Vetter wrote: > >> On Mon, Aug 13, 2018 at 11:04:11PM +0300, Haneen Mohammed wrote: > >> > On Wed, Aug 08, 2018 at

Re: [PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-15 Thread Haneen Mohammed
On Tue, Aug 14, 2018 at 10:21:29AM +0200, Daniel Vetter wrote: > On Mon, Aug 13, 2018 at 11:04:11PM +0300, Haneen Mohammed wrote: > > On Wed, Aug 08, 2018 at 10:23:27AM +0200, Daniel Vetter wrote: > > > On Wed, Aug 08, 2018 at 06:53:17AM +0300, Haneen Mohammed wrote: > > > > On Tue, Aug 07, 2018

Re: [PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-14 Thread Daniel Vetter
On Tue, Aug 14, 2018 at 9:03 PM, Haneen Mohammed wrote: > On Tue, Aug 14, 2018 at 10:21:29AM +0200, Daniel Vetter wrote: >> On Mon, Aug 13, 2018 at 11:04:11PM +0300, Haneen Mohammed wrote: >> > On Wed, Aug 08, 2018 at 10:23:27AM +0200, Daniel Vetter wrote: >> > > On Wed, Aug 08, 2018 at

Re: [PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-14 Thread Daniel Vetter
On Mon, Aug 13, 2018 at 11:04:11PM +0300, Haneen Mohammed wrote: > On Wed, Aug 08, 2018 at 10:23:27AM +0200, Daniel Vetter wrote: > > On Wed, Aug 08, 2018 at 06:53:17AM +0300, Haneen Mohammed wrote: > > > On Tue, Aug 07, 2018 at 06:33:36PM +0200, Daniel Vetter wrote: > > > > On Mon, Aug 06, 2018

Re: [PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-14 Thread Haneen Mohammed
On Wed, Aug 08, 2018 at 10:23:27AM +0200, Daniel Vetter wrote: > On Wed, Aug 08, 2018 at 06:53:17AM +0300, Haneen Mohammed wrote: > > On Tue, Aug 07, 2018 at 06:33:36PM +0200, Daniel Vetter wrote: > > > On Mon, Aug 06, 2018 at 06:58:29AM +0300, Haneen Mohammed wrote: > > > > This patch compute CRC

Re: [PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-11 Thread Haneen Mohammed
On Tue, Aug 07, 2018 at 06:33:36PM +0200, Daniel Vetter wrote: > On Mon, Aug 06, 2018 at 06:58:29AM +0300, Haneen Mohammed wrote: > > This patch compute CRC for output frame with cursor and primary plane. > > Blend cursor with primary plane and compute CRC on the resulted frame. > > > >

Re: [PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-08 Thread Daniel Vetter
On Wed, Aug 08, 2018 at 06:53:17AM +0300, Haneen Mohammed wrote: > On Tue, Aug 07, 2018 at 06:33:36PM +0200, Daniel Vetter wrote: > > On Mon, Aug 06, 2018 at 06:58:29AM +0300, Haneen Mohammed wrote: > > > This patch compute CRC for output frame with cursor and primary plane. > > > Blend cursor

Re: [PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-07 Thread Daniel Vetter
On Mon, Aug 06, 2018 at 06:58:29AM +0300, Haneen Mohammed wrote: > This patch compute CRC for output frame with cursor and primary plane. > Blend cursor with primary plane and compute CRC on the resulted frame. > > Signed-off-by: Haneen Mohammed Nice! I assume with this you're passing all the

[PATCH 2/2] drm/vkms: Compute CRC with Cursor Plane

2018-08-06 Thread Haneen Mohammed
This patch compute CRC for output frame with cursor and primary plane. Blend cursor with primary plane and compute CRC on the resulted frame. Signed-off-by: Haneen Mohammed --- drivers/gpu/drm/vkms/vkms_crc.c | 149 +- drivers/gpu/drm/vkms/vkms_drv.h | 5 +-