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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34B6BECAAD8 for ; Wed, 14 Sep 2022 01:38:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229607AbiINBiD (ORCPT ); Tue, 13 Sep 2022 21:38:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbiINBiC (ORCPT ); Tue, 13 Sep 2022 21:38:02 -0400 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B19D27B1E; Tue, 13 Sep 2022 18:38:01 -0700 (PDT) X-UUID: f2aea45ea8934ab6a9e4d008f2fd8060-20220914 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:MIME-Version:Content-Type:References:In-Reply-To:Date:CC:To:From:Subject:Message-ID; bh=ta+YHsk3ffo3PkrDC8wmZCz3T2bZWUiw2Eo5f/KC6Rk=; b=rOUX9ka/OmRa5dm9/uule4yd8To8RwUzi2xOQWBETGObcfNdZMlQlTReoJs7ohgLEb/pWGh6KXL17VJj4Ptn1Yw/K/QpZeIj/5t8zy7gLxKT+QuoDh+uusdZbut4Iqks2RkoCZ51+c8Zpi8sbOIQ4fZPmVxwURm+lZ81a/+eUEo=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.11,REQID:8153585e-a4f6-46f3-a475-e25f3ec1ae65,IP:0,U RL:0,TC:0,Content:0,EDM:0,RT:0,SF:45,FILE:0,BULK:0,RULE:Release_Ham,ACTION :release,TS:45 X-CID-INFO: VERSION:1.1.11,REQID:8153585e-a4f6-46f3-a475-e25f3ec1ae65,IP:0,URL :0,TC:0,Content:0,EDM:0,RT:0,SF:45,FILE:0,BULK:0,RULE:Release_Ham,ACTION:r elease,TS:45 X-CID-META: VersionHash:39a5ff1,CLOUDID:b72b54ec-2856-4fce-b125-09d4c7ebe045,B ulkID:220914093758R1WQE6IQ,BulkQuantity:0,Recheck:0,SF:28|17|19|48,TC:nil, Content:0,EDM:-3,IP:nil,URL:0,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: f2aea45ea8934ab6a9e4d008f2fd8060-20220914 Received: from mtkcas11.mediatek.inc [(172.21.101.40)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1732519424; Wed, 14 Sep 2022 09:37:56 +0800 Received: from mtkmbs11n2.mediatek.inc (172.21.101.187) by mtkmbs11n2.mediatek.inc (172.21.101.187) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.15; Wed, 14 Sep 2022 09:37:55 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkmbs11n2.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.15 via Frontend Transport; Wed, 14 Sep 2022 09:37:55 +0800 Message-ID: Subject: Re: [PATCH v3 8/9] drm/mediatek: Add clear RELAY_MODE bit to set gamma From: Jason-JH Lin To: AngeloGioacchino Del Regno , Chun-Kuang Hu , Rob Herring , Krzysztof Kozlowski , Matthias Brugger CC: CK Hu , Rex-BC Chen , Singo Chang , , , , , , Date: Wed, 14 Sep 2022 09:37:55 +0800 In-Reply-To: References: <20220911153734.24243-1-jason-jh.lin@mediatek.com> <20220911153734.24243-9-jason-jh.lin@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTK: N Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Angelo Thanks for the reviews. On Mon, 2022-09-12 at 12:26 +0200, AngeloGioacchino Del Regno wrote: > Il 11/09/22 17:37, Jason-JH.Lin ha scritto: > > Since the bootlaoder may set the RELAY_MODE to gamma be for the > > kerenl, > > we have to clear the RELAY_MODE bit to make sure that the gamma is > > enabled correctly. > > > > Fixes: b10023b03082 ("FROMGIT: drm/mediatek: Separate gamma > > module") > > This Fixes tag is invalid. Please fix. > > Regards, > Angelo > OK, I,ll fix it. Regards, Jason-JH.Lin -- Jason-JH Lin