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.7 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=unavailable 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 597EFC433DB for ; Wed, 27 Jan 2021 13:47:19 +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 A80A0207A3 for ; Wed, 27 Jan 2021 13:47:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A80A0207A3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org 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 AADAC6E118; Wed, 27 Jan 2021 13:47:17 +0000 (UTC) Received: from mail-oo1-f41.google.com (mail-oo1-f41.google.com [209.85.161.41]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9B7EF6E118 for ; Wed, 27 Jan 2021 13:47:16 +0000 (UTC) Received: by mail-oo1-f41.google.com with SMTP id g46so522052ooi.9 for ; Wed, 27 Jan 2021 05:47:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GQgqmYKIWC6RCQCPkaoQYniBmuiPu1Qb0bETCD5PFVs=; b=dvGEV79j3e94zcWNzu7CvDyFSE2tElS0Y3wI7vD4zHAmJFQqdoE7mJYJGknifUZZl/ s+av8+poK7oxoL36hc7kjnGn5NU4GJPEJt36D9MEV+Exaocj2hdH7OI/S8KTS12Gvw+u KEJZGWg8iqzwiYLPGXaVg/ePaC0e9vBK49xulDuFyer6zK6G7lDU78SmZw3WeS+R2hu2 c/e+DLE2WycQnIh++ydDiWTPXKWFMgX6VGzObOeRlCcNGsa1HHEj9SjGRImB9nTT2Xry D3pMO72KAqlSF350iCETeDj6nScxJl/5adxtlRwrND5VWY2B4n8qlIIcx26Sni9FUooc oH4A== X-Gm-Message-State: AOAM533mNpr9bDO9s+ZfzEPTQaNOOQ1dhsTrrJ0YSGhWIGYvUs6Aynis 3GHSLNMYroypO5N6nXngvnhJsKtdti0MLpNs4Ow= X-Google-Smtp-Source: ABdhPJwSBSRY8K8eRc/vVhWXi4XvsglGvFgh3RRklMjnRPma72wjmjskEwRrffFLt766yMz7sL3rrB5AlzghXmsbSPw= X-Received: by 2002:a4a:96b3:: with SMTP id s48mr7749758ooi.11.1611755235898; Wed, 27 Jan 2021 05:47:15 -0800 (PST) MIME-Version: 1.0 References: <1611752257-150851-1-git-send-email-zhangxuezhi3@gmail.com> In-Reply-To: <1611752257-150851-1-git-send-email-zhangxuezhi3@gmail.com> From: Geert Uytterhoeven Date: Wed, 27 Jan 2021 14:47:04 +0100 Message-ID: Subject: Re: [PATCH v9] staging: fbtft: add tearing signal detect To: Carlis 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: driverdevel , Linux Fbdev development list , mh12gx2825@gmail.com, Greg KH , oliver.graute@kococonnector.com, Linux Kernel Mailing List , DRI Development , 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" Hi Carlis, On Wed, Jan 27, 2021 at 2:03 PM Carlis wrote: > From: zhangxuezhi > > For st7789v ic,add tearing signal detect to avoid screen tearing > > Signed-off-by: zhangxuezhi > --- > v9: change pr_* to dev_* Thanks for the update! > --- a/drivers/staging/fbtft/fb_st7789v.c > +++ b/drivers/staging/fbtft/fb_st7789v.c > @@ -9,9 +9,12 @@ > #include > #include > #include > +#include > +#include > +#include > #include > #include