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 DCCA3C71130 for ; Mon, 7 Jul 2025 18:42:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 97FE910E339; Mon, 7 Jul 2025 18:42:01 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="C6REVKvt"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 12D6510E508; Mon, 7 Jul 2025 18:42:00 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 739F15C4A98; Mon, 7 Jul 2025 18:41:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11E0CC4CEE3; Mon, 7 Jul 2025 18:41:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751913718; bh=VyGs5PKx52yoiBVtgnovPQ07XxMfBUWsD+MHEUA48vU=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=C6REVKvtCYc7MWdRfIeluPdb/GOwgKpsiMcDFbZDmLAfD860z8iRtTy814Z/iAGPc DLaJmNcZnktYDXI4S2ZKzUP/knaF8HvyRehoxUGBeSlgDFG1C89JsQJcfCrNwERkUu 4iwSWfm8m8ar7jE7B0MJXuaHrnD7GqDb1sxTMKkOHxSKTrcHZuiNfSJYoxx2+xIwA0 8thR3svEA84jQ09mrNDGbuHpbyfSx3rSrNf2yRuCbyGvHxXE3Yph58CdARkEsjCdm2 HO8paJBrX5C/4gEsO8Pp6vaEomFb46lPi54TBQR7VF1Mr3vwuRwGMD9CQQhueyle6b uo6THNVeB8Gxw== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 07 Jul 2025 20:41:52 +0200 Message-Id: Subject: Re: [PATCH v4 2/7] drm/gpuvm: Kill drm_gpuva_init() Cc: "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Frank Binns" , "Matt Coster" , "Karol Herbst" , "Lyude Paul" , "Boris Brezillon" , "Steven Price" , "Liviu Dudau" , "Lucas De Marchi" , =?utf-8?q?Thomas_Hellstr=C3=B6m?= , "Rodrigo Vivi" , , , , , , "Asahi Lina" To: "Caterina Shablia" From: "Danilo Krummrich" References: <20250707170442.1437009-1-caterina.shablia@collabora.com> <20250707170442.1437009-3-caterina.shablia@collabora.com> In-Reply-To: <20250707170442.1437009-3-caterina.shablia@collabora.com> X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Mon Jul 7, 2025 at 7:04 PM CEST, Caterina Shablia wrote: > From: Boris Brezillon > > drm_gpuva_init() only has one internal user, and given we are about to > add new optional fields, it only add maintenance burden for no real > benefit, so let's kill the thing now. > > Signed-off-by: Boris Brezillon > Signed-off-by: Caterina Shablia Acked-by: Danilo Krummrich