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 66AADC5DF97 for ; Wed, 26 Aug 2026 22:31:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 10C7410E37D; Wed, 26 Aug 2026 22:31:32 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="VQ+uTFUN"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0759910E37D for ; Wed, 26 Aug 2026 22:31:31 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 230DA60A63; Wed, 26 Aug 2026 22:31:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F6A01F000E9; Wed, 26 Aug 2026 22:31:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787783489; bh=6m7GU2EnmV+MtVwBchVkxJufjXpLT1tlbXs0COLM2c0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=VQ+uTFUN1nJvvxwClJxE1hHiIbx+vNbZx4WDbIlJUP20o6gYykxUYklOXcsRLjWrF dInTEsPailcegqx+DDBAbO0NYaI3tseFsgNdupKv64WFJV2kzD/Hq0I5aRLAVnfD2y O+x3Yrp86K7S2di5587QY9oGRBIteqocdrpYc+zhbO24AAhhXKHojgYzxOID40BgqS QVbdwQGxJPOcpOvDRQpBUWJwxL+y6jDc0gx3WJ+SkXICcVBpJHjj0AvJs2hcLbggGh FDXlExOVEmvD0GAAm1puj9LaG6r3s0B9BR/+VFVxgqntaEuLYkMpZkvpzG6YgeX3qh opTVi75XRpjsw== Date: Thu, 27 Aug 2026 00:31:27 +0200 From: Andi Shyti To: Tejas Upadhyay Cc: intel-xe@lists.freedesktop.org, himal.prasad.ghimiray@intel.com, rodrigo.vivi@intel.com, michal.wajdeczko@intel.com, Matthew Brost Subject: Re: [PATCH V18 01/14] drm/xe: Link VRAM object with gpu buddy Message-ID: References: <20260826135136.204044-16-tejas.upadhyay@intel.com> <20260826135136.204044-17-tejas.upadhyay@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260826135136.204044-17-tejas.upadhyay@intel.com> X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" Hi Tejas, On Wed, Aug 26, 2026 at 07:21:36PM +0530, Tejas Upadhyay wrote: > Setup to link TTM buffer object inside gpu buddy. This functionality > is critical for supporting the memory page offline feature on CRI, > where identified faulty pages must be traced back to their > originating buffer for safe removal. > > V2(MattB): Clear block->private in xe_ttm_vram_mgr_del as well > > Reviewed-by: Himal Prasad Ghimiray > Reviewed-by: Matthew Brost > Signed-off-by: Tejas Upadhyay Reviewed-by: Andi Shyti Thanks, Andi