On Tue, Feb 06, 2018 at 01:37:08PM +0700, Nhan Nguyen wrote: > From: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > > commit cbbb90b0c084d7dfb2ed8e3fecf8df200fbdd2a0 upstream. > > When implementing support for interlaced modes, the driver switched from > reporting vblank events on the vertical blanking (VBK) interrupt to the > frame end interrupt (FRM). This incorrectly divided the reported refresh > rate by two. Fix it by moving back to the VBK interrupt. > > Fixes: 906eff7fcada ("drm: rcar-du: Implement support for interlaced modes") > > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > Reviewed-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> > Signed-off-by: thongsyho <thong.ho.px@xxxxxxxxxxxxxxx> > Signed-off-by: Nhan Nguyen <nhan.nguyen.yb@xxxxxxxxxxx> > --- > drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Are you going to send a series for 4.9 for these patches? thanks, greg k-h