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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 7D31EEE2084 for ; Fri, 6 Feb 2026 10:59:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E340D10E71D; Fri, 6 Feb 2026 10:59:20 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=linutronix.de header.i=@linutronix.de header.b="E4r8xJd4"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="3v0g1l0a"; dkim-atps=neutral X-Greylist: delayed 438 seconds by postgrey-1.36 at gabe; Fri, 06 Feb 2026 10:59:19 UTC Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7196710E71D for ; Fri, 6 Feb 2026 10:59:19 +0000 (UTC) From: Nam Cao DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1770375119; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bA2jDBMBJNWRCojORjUifOX6+Gj8jMwDTcaPo1p6gdA=; b=E4r8xJd4am3nlGbe9r4CDQD2YUK+g1GAyld8z3KaxY3niBmpNykDD+k/x+KXrJzq/n6qQD Hb5UTPVzrughCkHcB9Cm871kLQIPyGd6S5OKFtqpNWJZCzXaLlMLokliR+16/fU4NyGyFR WLX2x+4iXzW0PtjihcoQ2qZfXT+zvtn4Vo9OltAEDEl/xXTGBBlViO9G08kHmsU6uKwXeg uFYH0e9MWuqaaOT3lLJXR+VAXT/5xVyu2RN68g6NocgxceQ+X0GihfrAPkIaaz6CnGw7K6 lV6/5vXy15bIv2yrjvOsJg3KKBhPgOEQhwd6mMe/ii23KpLgC3lgoWLC7TnK1w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1770375119; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bA2jDBMBJNWRCojORjUifOX6+Gj8jMwDTcaPo1p6gdA=; b=3v0g1l0aiObSG/tRdfqHZr1qbUvJ5SjLDpCbtm5pYdBaEgFGlYZnJZbHvY6A8Ko/+sGyZC a1Sv3fFb6AFFsjCg== To: Andy Shevchenko Cc: ChanSoo Shin , andy@kernel.org, gregkh@linuxfoundation.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v5] fbtft: limit dirty rows based on damage range In-Reply-To: References: <20260128203938.962414-1-csshin9928@gmail.com> <87y0l668ki.fsf@yellow.woof> Date: Fri, 06 Feb 2026 17:51:45 +0700 Message-ID: <87ms1mb0vy.fsf@yellow.woof> MIME-Version: 1.0 Content-Type: text/plain 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Andy Shevchenko writes: > Do you have an actual HW to test? If not, won't be applied either. Yes, a pair with SPI interface. Nam