Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1441364
| From | Daniel Vetter <daniel@ffwll.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 6/6] drm/tilcdc: use drm_crtc_handle_vblank() |
| Date | 2016-07-12 15:50 +0200 |
| Message-ID | <rU6et-5CJ-3@gated-at.bofh.it> (permalink) |
| References | <rRm65-3W9-7@gated-at.bofh.it> <rRm66-3W9-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 6/6] drm/tilcdc: use drm_crtc_handle_vblank() Daniel Vetter <daniel@ffwll.ch> - 2016-07-12 15:50 +0200
csiph-web