From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com ([66.111.4.26]:58875 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751170AbdH0MWM (ORCPT ); Sun, 27 Aug 2017 08:22:12 -0400 Date: Sun, 27 Aug 2017 14:22:19 +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 display timing controller parameter Message-ID: <20170827122219.GB2963@kroah.com> References: <20170816085350.3180-1-nhan.nguyen.yb@renesas.com> <20170816085350.3180-4-nhan.nguyen.yb@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170816085350.3180-4-nhan.nguyen.yb@renesas.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Aug 16, 2017 at 03:53:49PM +0700, Nhan Nguyen wrote: > From: Koji Matsuoka > > commit 9cdced8a39c04cf798ddb2a27cb5952f7d39f633 upstream. > > There is a bug in the setting of the DES (Display Enable Signal) > register. This current setting occurs 1 dot left shift. The DES > register should be set minus one value about the specifying value > with H/W specification. This patch corrects 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 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Also added to 4.9-stable