[PATCH 11/14] drm/tilcdc: use drm_crtc_send_vblank_event()

2016-05-02 Thread Jyri Sarha
On 05/02/16 18:05, Daniel Vetter wrote: > On Tue, Apr 19, 2016 at 11:03:26AM -0300, Gustavo Padovan wrote: >> Hi Jyri, >> >> 2016-04-19 Jyri Sarha : >> >>> On 04/14/16 20:48, Gustavo Padovan wrote: From: Gustavo Padovan Replace the legacy drm_send_vblank_event() with the new helper

[PATCH 11/14] drm/tilcdc: use drm_crtc_send_vblank_event()

2016-05-02 Thread Daniel Vetter
On Tue, Apr 19, 2016 at 11:03:26AM -0300, Gustavo Padovan wrote: > Hi Jyri, > > 2016-04-19 Jyri Sarha : > > > On 04/14/16 20:48, Gustavo Padovan wrote: > > > From: Gustavo Padovan > > > > > > Replace the legacy drm_send_vblank_event() with the new helper function. > > > > > > Signed-off-by: Gu

[PATCH 11/14] drm/tilcdc: use drm_crtc_send_vblank_event()

2016-04-19 Thread Jyri Sarha
On 04/14/16 20:48, Gustavo Padovan wrote: > From: Gustavo Padovan > > Replace the legacy drm_send_vblank_event() with the new helper function. > > Signed-off-by: Gustavo Padovan Reviewed-by: Jyri Sarha Tested-by: Jyri Sarha Thanks! Do you prefer me to pick this one to my next pull request?

[PATCH 11/14] drm/tilcdc: use drm_crtc_send_vblank_event()

2016-04-19 Thread Gustavo Padovan
Hi Jyri, 2016-04-19 Jyri Sarha : > On 04/14/16 20:48, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > Replace the legacy drm_send_vblank_event() with the new helper function. > > > > Signed-off-by: Gustavo Padovan > > Reviewed-by: Jyri Sarha > Tested-by: Jyri Sarha > > Thanks! >

[PATCH 11/14] drm/tilcdc: 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/tilcdc/tilcdc_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/til