[PATCH] drm: sti: implement CRC capture API

2017-01-06 Thread Tomeu Vizoso
On 01/06/2017 11:21 AM, Benjamin Gaignard wrote: > 2017-01-06 10:58 GMT+01:00 Daniel Vetter : >> On Fri, Jan 06, 2017 at 10:06:50AM +0100, Benjamin Gaignard wrote: >>> 2017-01-06 9:22 GMT+01:00 Tomeu Vizoso : On 5 January 2017 at 12:12, Benjamin Gaignard wrote: > Use CRC API to

[PATCH] drm: sti: implement CRC capture API

2017-01-06 Thread Benjamin Gaignard
2017-01-06 10:58 GMT+01:00 Daniel Vetter : > On Fri, Jan 06, 2017 at 10:06:50AM +0100, Benjamin Gaignard wrote: >> 2017-01-06 9:22 GMT+01:00 Tomeu Vizoso : >> > On 5 January 2017 at 12:12, Benjamin Gaignard >> > wrote: >> >> Use CRC API to retrieve the 3 crc values from hardware. >> >> >> >>

[PATCH] drm: sti: implement CRC capture API

2017-01-06 Thread Daniel Vetter
On Fri, Jan 06, 2017 at 10:06:50AM +0100, Benjamin Gaignard wrote: > 2017-01-06 9:22 GMT+01:00 Tomeu Vizoso : > > On 5 January 2017 at 12:12, Benjamin Gaignard > > wrote: > >> Use CRC API to retrieve the 3 crc values from hardware. > >> > >> Signed-off-by: Benjamin Gaignard > >> --- > >> This

[PATCH] drm: sti: implement CRC capture API

2017-01-06 Thread Benjamin Gaignard
2017-01-06 9:22 GMT+01:00 Tomeu Vizoso : > On 5 January 2017 at 12:12, Benjamin Gaignard > wrote: >> Use CRC API to retrieve the 3 crc values from hardware. >> >> Signed-off-by: Benjamin Gaignard >> --- >> This patch should be applied on top of drm-misc branch where Tomeu >> has change crc.lock.

[PATCH] drm: sti: implement CRC capture API

2017-01-06 Thread Tomeu Vizoso
On 5 January 2017 at 12:12, Benjamin Gaignard wrote: > Use CRC API to retrieve the 3 crc values from hardware. > > Signed-off-by: Benjamin Gaignard > --- > This patch should be applied on top of drm-misc branch where Tomeu > has change crc.lock. > > I think that wake_up_interruptible() could

[PATCH] drm: sti: implement CRC capture API

2017-01-05 Thread Daniel Vetter
On Thu, Jan 05, 2017 at 12:12:36PM +0100, Benjamin Gaignard wrote: > Use CRC API to retrieve the 3 crc values from hardware. > > Signed-off-by: Benjamin Gaignard > --- > This patch should be applied on top of drm-misc branch where Tomeu > has change crc.lock. > > I think that

[PATCH] drm: sti: implement CRC capture API

2017-01-05 Thread Benjamin Gaignard
Use CRC API to retrieve the 3 crc values from hardware. Signed-off-by: Benjamin Gaignard --- This patch should be applied on top of drm-misc branch where Tomeu has change crc.lock. I think that wake_up_interruptible() could also be call at the end of drm_crtc_add_crc_entry() to avoid putting it