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 C4722EE6B43 for ; Fri, 6 Feb 2026 17:43:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E6B7C10E870; Fri, 6 Feb 2026 17:43:26 +0000 (UTC) Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4AD4410E164 for ; Fri, 6 Feb 2026 00:04:55 +0000 (UTC) From: Nam Cao To: ChanSoo Shin , andy@kernel.org Cc: gregkh@linuxfoundation.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-staging@lists.linux.dev, ChanSoo Shin Subject: Re: [PATCH v5] fbtft: limit dirty rows based on damage range In-Reply-To: <20260128203938.962414-1-csshin9928@gmail.com> References: <20260128203938.962414-1-csshin9928@gmail.com> Date: Fri, 06 Feb 2026 01:04:45 +0100 Message-ID: <87y0l668ki.fsf@yellow.woof> MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Fri, 06 Feb 2026 17:43:15 +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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi ChanSoo, ChanSoo Shin writes: > Instead of marking the entire display as dirty, calculate the start > and end rows based on the damage offset and length and only mark the > affected rows dirty. This reduces unnecessary full framebuffer updates > for partial writes. > > Signed-off-by: ChanSoo Shin This looks useful and I prefer to see it applied. I understand lack of testing is the main obstacle. Are you still trying to get it merged? If not, I can take over. Nam