From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50575 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751152AbdH0MXK (ORCPT ); Sun, 27 Aug 2017 08:23:10 -0400 Date: Sun, 27 Aug 2017 14:23:17 +0200 From: Greg KH To: Nhan Nguyen Cc: Koji Matsuoka , stable@vger.kernel.org, Laurent Pinchart , Thong Ho Subject: Re: [PATCH 4.4.y] drm: rcar-du: Fix H/V sync signal polarity configuration Message-ID: <20170827122317.GC2963@kroah.com> References: <20170816085350.3180-1-nhan.nguyen.yb@renesas.com> <20170816085350.3180-5-nhan.nguyen.yb@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170816085350.3180-5-nhan.nguyen.yb@renesas.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Aug 16, 2017 at 03:53:50PM +0700, Nhan Nguyen wrote: > From: Koji Matsuoka > > commit fd1adef3bff0663c5ac31b45bc4a05fafd43d19b upstream. > > The VSL and HSL bits in the DSMR register set the corresponding > horizontal and vertical sync signal polarity to active high. The code > got it the wrong way around, fix it. > > Cc: stable@vger.kernel.org > Signed-off-by: Koji Matsuoka > Signed-off-by: Laurent Pinchart > Signed-off-by: Thong Ho > Signed-off-by: Nhan Nguyen > --- > drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Also added to 4.9-stable