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 BE6D7EE2086 for ; Fri, 6 Feb 2026 10:36:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 223C810E01F; Fri, 6 Feb 2026 10:36:18 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="cvyvKfsm"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7ABAC10E01F for ; Fri, 6 Feb 2026 10:36:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1770374177; x=1801910177; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=kVwx9xHPOct8NYQjPahVHNDHhBM1uFvr3Q+pL3rRQM8=; b=cvyvKfsmy2IKLt7AiF48tF+JvEDbbAcxVzjsadHsRefW4vnWPxcy3qKF 6Pd6l5UhvLq50hsVQsCzREGH0LfyGryWUkLajfJF6mbEOE4K6kr9XLzZL mAy4opLJlDQuCpX/r1W1O+cODApxBvAdJ+a4WsNZHGX61aZhaKjCf2HzP 9iGVug1TZOflgUnLoEgsPDgFgVJNYJPiW5N28dtpMMHX5VSpYMpeUlEuG wVkX3DY9Wgj/hwWT3wNTiDPsEiAQStFAQaoCRVRnGRLW3i08MgoZC1sgk OtEgCIxaeUiBz85kiwecxsQND057VXALgDSvhT+bxtzq6iFifkSEJqGNF A==; X-CSE-ConnectionGUID: 8wiSUxmzQlmcQmNP+86vqw== X-CSE-MsgGUID: kszEsKkpTyuThaNpv8Xtaw== X-IronPort-AV: E=McAfee;i="6800,10657,11692"; a="71305136" X-IronPort-AV: E=Sophos;i="6.21,276,1763452800"; d="scan'208";a="71305136" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Feb 2026 02:36:17 -0800 X-CSE-ConnectionGUID: +Yyql3ZPSYK99KG0JX3E3Q== X-CSE-MsgGUID: iNHMpSgsSK+G5P9oOfGcjw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,276,1763452800"; d="scan'208";a="215006133" Received: from ijarvine-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.244.202]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Feb 2026 02:36:15 -0800 Date: Fri, 6 Feb 2026 12:36:13 +0200 From: Andy Shevchenko To: Nam Cao 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 Message-ID: References: <20260128203938.962414-1-csshin9928@gmail.com> <87y0l668ki.fsf@yellow.woof> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y0l668ki.fsf@yellow.woof> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo 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" On Fri, Feb 06, 2026 at 01:04:45AM +0100, Nam Cao wrote: > 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. > > This looks useful and I prefer to see it applied. I understand lack of > testing is the main obstacle. Correct. > Are you still trying to get it merged? If not, I can take over. Do you have an actual HW to test? If not, won't be applied either. -- With Best Regards, Andy Shevchenko