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 46EE1D39426 for ; Thu, 2 Apr 2026 14:31:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9F91110F03E; Thu, 2 Apr 2026 14:31:54 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=arm.com header.i=@arm.com header.b="jtVxckFb"; dkim-atps=neutral Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by gabe.freedesktop.org (Postfix) with ESMTP id 7484910F03E for ; Thu, 2 Apr 2026 14:31:52 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 38B5432E3 for ; Thu, 2 Apr 2026 07:31:46 -0700 (PDT) Received: from [192.168.0.1] (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D8B583F915 for ; Thu, 2 Apr 2026 07:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1775140312; bh=VEWHcQHKDseevo6KgWEIXfV/Ijti0mhzCvvfVyXW6AI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jtVxckFbxfi7ROmxY2pCNajnJXTv4cd+rrn0KuB1icMxSFzsCoCI9+BdTf1PVWrBR nYdnVOOiwYBeat6bOlqojSl4a6yTV33v+Jl9RydxcAUsCvfinubx89eLnqcOy0ZEaZ CYWgvW2Pb2rKOdoOtLrRyxPaxdiBaxyagPHAXWhY= Date: Thu, 2 Apr 2026 15:31:47 +0100 From: Liviu Dudau To: Boris Brezillon Cc: Steven Price , =?utf-8?Q?Adri=C3=A1n?= Larumbe , dri-devel@lists.freedesktop.org, David Airlie , Simona Vetter , Akash Goel , Rob Clark , Sean Paul , Konrad Dybcio , Akhil P Oommen , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Dmitry Osipenko , Chris Diamand , Danilo Krummrich , Matthew Brost , Thomas =?utf-8?Q?Hellstr=C3=B6m?= , Alice Ryhl , Chia-I Wu , kernel@collabora.com Subject: Re: [PATCH v7 02/10] drm/panthor: Remove unused panthor_vm_op_ctx::map::new_vma field Message-ID: References: <20260401134854.2275433-1-boris.brezillon@collabora.com> <20260401134854.2275433-3-boris.brezillon@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260401134854.2275433-3-boris.brezillon@collabora.com> 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 Wed, Apr 01, 2026 at 03:48:46PM +0200, Boris Brezillon wrote: > This field is never used, drop it. > > v7: > - New patch > > Signed-off-by: Boris Brezillon Reviewed-by: Liviu Dudau Best regards, Liviu > --- > drivers/gpu/drm/panthor/panthor_mmu.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/drivers/gpu/drm/panthor/panthor_mmu.c b/drivers/gpu/drm/panthor/panthor_mmu.c > index f8c41e36afa4..ab67286e3a6e 100644 > --- a/drivers/gpu/drm/panthor/panthor_mmu.c > +++ b/drivers/gpu/drm/panthor/panthor_mmu.c > @@ -197,11 +197,6 @@ struct panthor_vm_op_ctx { > * to allocate in ::run_job(). > */ > struct sg_table *sgt; > - > - /** > - * @map.new_vma: The new VMA object that will be inserted to the VA tree. > - */ > - struct panthor_vma *new_vma; > } map; > }; > > -- > 2.53.0 > -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯