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


Groups > linux.kernel > #1677776 > unrolled thread

Re: [PATCH v1 2/2] drm: rcar-du: Repair vblank for DRM page flips using the VSP1

Started byKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
First post2017-06-29 16:10 +0200
Last post2017-06-29 16:10 +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 v1 2/2] drm: rcar-du: Repair vblank for DRM page flips  using the VSP1 Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> - 2017-06-29 16:10 +0200

#1677776 — Re: [PATCH v1 2/2] drm: rcar-du: Repair vblank for DRM page flips using the VSP1

FromKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Date2017-06-29 16:10 +0200
SubjectRe: [PATCH v1 2/2] drm: rcar-du: Repair vblank for DRM page flips using the VSP1
Message-ID<tXIiR-80-5@gated-at.bofh.it>
> @@ -658,10 +660,14 @@ static irqreturn_t rcar_du_crtc_irq(int irq, void *arg)
>  	rcar_du_crtc_write(rcrtc, DSRCR, status & DSRCR_MASK);
>  
>  	if (status & DSSR_FRM) {
> -		drm_crtc_handle_vblank(&rcrtc->crtc);
> -
> -		if (rcdu->info->gen < 3)
> +		/*
> +		 * Gen 3 vblank and page flips are handled through the VSP
> +		 * completion handler
> +		 */
> +		if (rcdu->info->gen < 3) {

Of course as is obvious immediately after hitting send, this check was supposed
to be removed now that the interrupt is not registered.

Sorry for the noise and pre-released patch!

--
Kieran

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web