Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1441364 > unrolled thread

Re: [PATCH 6/6] drm/tilcdc: use drm_crtc_handle_vblank()

Started byDaniel Vetter <daniel@ffwll.ch>
First post2016-07-12 15:50 +0200
Last post2016-07-12 15:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 6/6] drm/tilcdc: use drm_crtc_handle_vblank() Daniel Vetter <daniel@ffwll.ch> - 2016-07-12 15:50 +0200

#1441364 — Re: [PATCH 6/6] drm/tilcdc: use drm_crtc_handle_vblank()

FromDaniel Vetter <daniel@ffwll.ch>
Date2016-07-12 15:50 +0200
SubjectRe: [PATCH 6/6] drm/tilcdc: use drm_crtc_handle_vblank()
Message-ID<rU6et-5CJ-3@gated-at.bofh.it>
On Mon, Jul 04, 2016 at 09:04:52PM -0300, Gustavo Padovan wrote:
> From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
> 
> Remove legacy usage of drm_handle_vblank()
> 
> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

Applied the entire series, thanks.
-Daniel

> ---
>  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/tilcdc/tilcdc_crtc.c
> index 79027b1..107c8bd 100644
> --- a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
> +++ b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
> @@ -697,7 +697,7 @@ irqreturn_t tilcdc_crtc_irq(struct drm_crtc *crtc)
>  
>  		spin_unlock_irqrestore(&tilcdc_crtc->irq_lock, flags);
>  
> -		drm_handle_vblank(dev, 0);
> +		drm_crtc_handle_vblank(crtc);
>  
>  		if (!skip_event) {
>  			struct drm_pending_vblank_event *event;
> -- 
> 2.5.5
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web