Re: [PATCH 10/14] drm/shmobile: use drm_crtc_send_vblank_event()

2016-05-02 Thread Daniel Vetter
On Fri, Apr 15, 2016 at 12:59:26AM +0300, Laurent Pinchart wrote: > Hi Gustavo, > > Thank you for the patch. > > On Thursday 14 Apr 2016 10:48:21 Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > Replace the legacy drm_send_vblank_event() with the new

Re: [PATCH 10/14] drm/shmobile: use drm_crtc_send_vblank_event()

2016-05-02 Thread Daniel Vetter
On Fri, Apr 15, 2016 at 12:59:26AM +0300, Laurent Pinchart wrote: > Hi Gustavo, > > Thank you for the patch. > > On Thursday 14 Apr 2016 10:48:21 Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > Replace the legacy drm_send_vblank_event() with the new helper function. > > > >

Re: [PATCH 10/14] drm/shmobile: use drm_crtc_send_vblank_event()

2016-04-14 Thread Laurent Pinchart
Hi Gustavo, Thank you for the patch. On Thursday 14 Apr 2016 10:48:21 Gustavo Padovan wrote: > From: Gustavo Padovan > > Replace the legacy drm_send_vblank_event() with the new helper function. > > Signed-off-by: Gustavo Padovan

Re: [PATCH 10/14] drm/shmobile: use drm_crtc_send_vblank_event()

2016-04-14 Thread Laurent Pinchart
Hi Gustavo, Thank you for the patch. On Thursday 14 Apr 2016 10:48:21 Gustavo Padovan wrote: > From: Gustavo Padovan > > Replace the legacy drm_send_vblank_event() with the new helper function. > > Signed-off-by: Gustavo Padovan Acked-by: Laurent Pinchart > --- >

[PATCH 10/14] drm/shmobile: use drm_crtc_send_vblank_event()

2016-04-14 Thread Gustavo Padovan
From: Gustavo Padovan Replace the legacy drm_send_vblank_event() with the new helper function. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 10/14] drm/shmobile: use drm_crtc_send_vblank_event()

2016-04-14 Thread Gustavo Padovan
From: Gustavo Padovan Replace the legacy drm_send_vblank_event() with the new helper function. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/shmobile/shmob_drm_crtc.c