* [PATCH 14/14] drm/shmobile: use drm_crtc_vblank_{get,put}() [not found] <1465224105-21485-1-git-send-email-gustavo@padovan.org> @ 2016-06-06 14:41 ` Gustavo Padovan 2016-06-06 18:25 ` Laurent Pinchart 0 siblings, 1 reply; 2+ messages in thread From: Gustavo Padovan @ 2016-06-06 14:41 UTC (permalink / raw) To: dri-devel Cc: Gustavo Padovan, Laurent Pinchart, David Airlie, open list:DRM DRIVERS FOR RENESAS, open list From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Replace the legacy drm_vblank_{get,put}() with the new helper functions. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> --- drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/shmobile/shmob_drm_crtc.c b/drivers/gpu/drm/shmobile/shmob_drm_crtc.c index 1e154fc..6547b1d 100644 --- a/drivers/gpu/drm/shmobile/shmob_drm_crtc.c +++ b/drivers/gpu/drm/shmobile/shmob_drm_crtc.c @@ -441,7 +441,7 @@ void shmob_drm_crtc_finish_page_flip(struct shmob_drm_crtc *scrtc) scrtc->event = NULL; if (event) { drm_crtc_send_vblank_event(&scrtc->crtc, event); - drm_vblank_put(dev, 0); + drm_crtc_vblank_put(&scrtc->crtc); } spin_unlock_irqrestore(&dev->event_lock, flags); } @@ -467,7 +467,7 @@ static int shmob_drm_crtc_page_flip(struct drm_crtc *crtc, if (event) { event->pipe = 0; - drm_vblank_get(dev, 0); + drm_crtc_vblank_get(&scrtc->crtc); spin_lock_irqsave(&dev->event_lock, flags); scrtc->event = event; spin_unlock_irqrestore(&dev->event_lock, flags); -- 2.5.5 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 14/14] drm/shmobile: use drm_crtc_vblank_{get,put}() 2016-06-06 14:41 ` [PATCH 14/14] drm/shmobile: use drm_crtc_vblank_{get,put}() Gustavo Padovan @ 2016-06-06 18:25 ` Laurent Pinchart 0 siblings, 0 replies; 2+ messages in thread From: Laurent Pinchart @ 2016-06-06 18:25 UTC (permalink / raw) To: Gustavo Padovan Cc: dri-devel, Gustavo Padovan, David Airlie, open list:DRM DRIVERS FOR RENESAS, open list Hi Gustavo, Thank you for the patch. On Monday 06 Jun 2016 11:41:45 Gustavo Padovan wrote: > From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> > > Replace the legacy drm_vblank_{get,put}() with the new helper functions. > > Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/shmobile/shmob_drm_crtc.c > b/drivers/gpu/drm/shmobile/shmob_drm_crtc.c index 1e154fc..6547b1d 100644 > --- a/drivers/gpu/drm/shmobile/shmob_drm_crtc.c > +++ b/drivers/gpu/drm/shmobile/shmob_drm_crtc.c > @@ -441,7 +441,7 @@ void shmob_drm_crtc_finish_page_flip(struct > shmob_drm_crtc *scrtc) scrtc->event = NULL; > if (event) { > drm_crtc_send_vblank_event(&scrtc->crtc, event); > - drm_vblank_put(dev, 0); > + drm_crtc_vblank_put(&scrtc->crtc); > } > spin_unlock_irqrestore(&dev->event_lock, flags); > } > @@ -467,7 +467,7 @@ static int shmob_drm_crtc_page_flip(struct drm_crtc > *crtc, > > if (event) { > event->pipe = 0; > - drm_vblank_get(dev, 0); > + drm_crtc_vblank_get(&scrtc->crtc); > spin_lock_irqsave(&dev->event_lock, flags); > scrtc->event = event; > spin_unlock_irqrestore(&dev->event_lock, flags); -- Regards, Laurent Pinchart ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-06 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1465224105-21485-1-git-send-email-gustavo@padovan.org>
2016-06-06 14:41 ` [PATCH 14/14] drm/shmobile: use drm_crtc_vblank_{get,put}() Gustavo Padovan
2016-06-06 18:25 ` Laurent Pinchart
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox