From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2641C433F5 for ; Thu, 23 Sep 2021 22:33:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8D09460F70 for ; Thu, 23 Sep 2021 22:33:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243462AbhIWWfO convert rfc822-to-8bit (ORCPT ); Thu, 23 Sep 2021 18:35:14 -0400 Received: from aposti.net ([89.234.176.197]:50048 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243431AbhIWWfN (ORCPT ); Thu, 23 Sep 2021 18:35:13 -0400 Date: Thu, 23 Sep 2021 23:33:31 +0100 From: Paul Cercueil Subject: Re: [PATCH] DRM/Panel : abt-y030xx067a yellow tint fix To: Sam Ravnborg Cc: Christophe Branchereau , Thierry Reding , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Message-Id: In-Reply-To: References: <20210914092716.2370039-1-cbranchereau@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Le jeu., sept. 23 2021 at 22:17:51 +0200, Sam Ravnborg a écrit : > Hi Christophe, Paul, > On Tue, Sep 14, 2021 at 11:27:16AM +0200, Christophe Branchereau > wrote: >> The previous parameters caused an unbalanced yellow tint. >> >> Signed-off-by: Christophe Branchereau > > with the subject fixed the patch is: > Acked-by: Sam Ravnborg > > Paul - I assume you will apply this as you wrote on irc. I added: Fixes: 7467389bdafb ("drm/panel: Add ABT Y030XX067A 3.0" 320x480 panel") I also fixed the subject (case and punctuation), and pushed to drm-misc-fixes. Thanks! Cheers, -Paul > > Sam > >> --- >> drivers/gpu/drm/panel/panel-abt-y030xx067a.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/gpu/drm/panel/panel-abt-y030xx067a.c >> b/drivers/gpu/drm/panel/panel-abt-y030xx067a.c >> index 2d8794d495d0..3d8a9ab47cae 100644 >> --- a/drivers/gpu/drm/panel/panel-abt-y030xx067a.c >> +++ b/drivers/gpu/drm/panel/panel-abt-y030xx067a.c >> @@ -146,8 +146,8 @@ static const struct reg_sequence >> y030xx067a_init_sequence[] = { >> { 0x09, REG09_SUB_BRIGHT_R(0x20) }, >> { 0x0a, REG0A_SUB_BRIGHT_B(0x20) }, >> { 0x0b, REG0B_HD_FREERUN | REG0B_VD_FREERUN }, >> - { 0x0c, REG0C_CONTRAST_R(0x10) }, >> - { 0x0d, REG0D_CONTRAST_G(0x10) }, >> + { 0x0c, REG0C_CONTRAST_R(0x00) }, >> + { 0x0d, REG0D_CONTRAST_G(0x00) }, >> { 0x0e, REG0E_CONTRAST_B(0x10) }, >> { 0x0f, 0 }, >> { 0x10, REG10_BRIGHT(0x7f) }, >> -- >> 2.33.0