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 F2B10CDB47E for ; Fri, 13 Oct 2023 05:20:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5BE3410E59C; Fri, 13 Oct 2023 05:20:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8DC5B10E59C; Fri, 13 Oct 2023 05:20:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Transfer-Encoding :Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=IM1xqhQiNvzRJZGajZrRp+LdnwXH066EKRxfyQrcNi8=; b=ZvyTrqkrAN7Qc7crzmwXDnKrHa waG3CZZS3FecTquZSP1nPPg7fQ9RryHLefYK6MQRdKgX+V4OSBJZB/fwlA8y5y4FLxkgPzfBn3wCA HAn8SMW4bhBIqo74p36tlscFvOhFauHnQznGcB6kvjEMnXff5hNcUIRdMAGfFaey8LfUQOhUcU8K6 cYPCtARqnK/d8376LDNJJyx1nziN7Hj0DYuE7Vgm14aXSI/f9wEfYDuThMn/v+XCLvi4kTjRiFa4S ND+itvx2zadRaF8SlF16h9qX/L3GA/I9j10NWddxZBB0e04tFm+ba+J8/K9M3Dr1Sp+4H+5Uvnqmo Jqb2zzEQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qrAaH-002VYo-2L; Fri, 13 Oct 2023 05:19:37 +0000 Date: Thu, 12 Oct 2023 22:19:37 -0700 From: Christoph Hellwig To: Christian =?iso-8859-1?Q?K=F6nig?= Message-ID: References: <736b6b6d-9e04-a27d-7d60-0c45d696b304@shipmail.org> <8a8253ae-0b85-df90-b480-64eeebfafc6d@shipmail.org> <76963abd-77a1-4bbd-9537-7b230e648a90@amd.com> <1333e15b-f229-460a-8965-01ff3e778a4d@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1333e15b-f229-460a-8965-01ff3e778a4d@amd.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Subject: Re: [Nouveau] [PATCH drm-misc-next 2/3] drm/gpuva_mgr: generalize dma_resv/extobj handling and GEM validation 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: , Cc: matthew.brost@intel.com, thomas.hellstrom@linux.intel.com, sarah.walker@imgtec.com, dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, Thomas =?iso-8859-1?Q?Hellstr=F6m_=28Intel=29?= , linux-kernel@vger.kernel.org, Liam.Howlett@oracle.com, boris.brezillon@collabora.com, donald.robson@imgtec.com, daniel@ffwll.ch, faith.ekstrand@collabora.com, bskeggs@redhat.com Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Thu, Oct 12, 2023 at 02:35:15PM +0200, Christian König wrote: > Additional to that from the software side Felix summarized it in the HMM > peer2peer discussion thread recently quite well. Do you have a pointer to that discussion?