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=-2.0 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no 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 5354DC433DB for ; Fri, 29 Jan 2021 08:11:56 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0A41064E09 for ; Fri, 29 Jan 2021 08:11:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A41064E09 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3BF646EA9A; Fri, 29 Jan 2021 08:11:40 +0000 (UTC) Received: from mail-pg1-x533.google.com (mail-pg1-x533.google.com [IPv6:2607:f8b0:4864:20::533]) by gabe.freedesktop.org (Postfix) with ESMTPS id 70E416E433 for ; Fri, 29 Jan 2021 05:01:17 +0000 (UTC) Received: by mail-pg1-x533.google.com with SMTP id o16so5856744pgg.5 for ; Thu, 28 Jan 2021 21:01:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=f9e8G3IwqWuGafA5/XSFTl4e3cu9PrEdROJH+eUMA3o=; b=WEAMVHCHvIX8nA5SK/PdoWaQBVIcjU9mdjQsGuPwnxofkv2WyiyU8JlgEh2fmmRr21 2zEQIPxNDRrBg23yYOf1TYI5p/IkeG/+7/mheSOJ9ElCuCm3svDKzRoKmRuJ7dS0eS0p EIXL9Y5g5cyLpPwrfM5OxVzOKyrPTpuz63Q+yeMwDC8/rheXLuMum5FKtl3CC1jWybYs uEExlfcIn+JEeQbMWppUFyxJKdRA6v4u5LLWq/ImNOUz1A6OfIG//7tMimj30dV4oI36 e5Lc2sviXrLft+TwlkS0U7GZcNX+CJtcV3MdR9oo47FqxlFiZRamH/yiFYyALB/fxUJv LxJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=f9e8G3IwqWuGafA5/XSFTl4e3cu9PrEdROJH+eUMA3o=; b=M5yEQUn/tGEdtMO+B4/SZSSuKVAJfGNXS7YbvlnfGzZSk7nt4S5UHpVhxdAoG+L9/M E3qzknXbrRMg4v/8BhVxWydDNgHXNGvFw1wvsVDXYaK6Vh4DdiR2P4TI+Hy6PZYGk1lr pRkoO3KUhqzosf+AeNEN8Y+ccVQhSv79BGF80MsL6o6KvslESGxzYE9Tf+HxIjWF+3VO 0JVIMPG5LFvJFsh8mlPt5L9ReidMd2aq28e8SV0VmDG+M/3zAnT/AoVtgliTGH7Apr6i IAefP0SiW9ZcLMbfPyUhbilGuW327wR7hYJQVx70gQYEyI8vspH7UnV6SgHzChqCiu9p wZXA== X-Gm-Message-State: AOAM532AIJluc//JAnXJiCAjIeHxi+4qVCXNBEhI9bAqEU7xptwtJusj EBkBB6ITnaXktzpfkU3gVpM= X-Google-Smtp-Source: ABdhPJxxD1mX64UCPglMRQvlheVx8Cpw50QQwWyNYmkoqMlg0Em7jgdx9MlwazFuEdWjQr+eEtSlGw== X-Received: by 2002:a63:535a:: with SMTP id t26mr2966681pgl.433.1611896476781; Thu, 28 Jan 2021 21:01:16 -0800 (PST) Received: from localhost ([103.220.76.197]) by smtp.gmail.com with ESMTPSA id m18sm7197615pfd.206.2021.01.28.21.01.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jan 2021 21:01:15 -0800 (PST) Date: Fri, 29 Jan 2021 13:01:10 +0800 From: carlis To: Andy Shevchenko Subject: Re: [PATCH v12] staging: fbtft: add tearing signal detect Message-ID: <20210129130110.00003bb1@gmail.com> In-Reply-To: References: <1611838435-151774-1-git-send-email-zhangxuezhi3@gmail.com> Organization: Tyzmig-ryrjum-8kedto X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 29 Jan 2021 08:11:32 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "open list:STAGING SUBSYSTEM" , "open list:FRAMEBUFFER LAYER" , Deepak R Varma , Greg Kroah-Hartman , oliver.graute@kococonnector.com, Linux Kernel Mailing List , dri-devel , Stefano Brivio , Colin King , zhangxuezhi1@yulong.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 28 Jan 2021 16:33:02 +0200 Andy Shevchenko wrote: > On Thu, Jan 28, 2021 at 2:58 PM Carlis wrote: > > Thanks for your contribution, my comments below. > > > From: zhangxuezhi > > You probably have to configure your Git to use the same account for > author and committer. hi,you mean like below: Carlis ? > > > For st7789v ic,when we need continuous full screen refresh, it is > > best to > > 'ic,when' -> 'IC, when' > > > wait for the TE signal arrive to avoid screen tearing > > Decode TE for people who are not familiar with the abbreviation. > > Missed period at the end of sentence. > > ... > > > #include > > #include > > #include > > +#include > > +#include > > #include > > +#include > > + > > Good, but I would rather squeeze it above to be more or less ordered, > like just after delay.h inclusion. > > > #include