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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDF0BC001DF for ; Thu, 3 Aug 2023 15:49:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236969AbjHCPth (ORCPT ); Thu, 3 Aug 2023 11:49:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233790AbjHCPtg (ORCPT ); Thu, 3 Aug 2023 11:49:36 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 646C7E6B for ; Thu, 3 Aug 2023 08:49:35 -0700 (PDT) Received: from strictly.printclub (zone.collabora.co.uk [167.235.23.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: daniels) by madras.collabora.co.uk (Postfix) with ESMTPSA id 47171660719E; Thu, 3 Aug 2023 16:49:33 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1691077773; bh=1utPjd4nZ+4QB9HS6ftCxv82n8kl2ZtzpHU962/E6rE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SQU0Uu5AYqLN0uIinurSjZx1HaX+nIKQo7UMy5gKDFm805tu3uuhA1MlUo/eF9l1L 5s6X0YNyVEkqjzr+koD539VbUlAiDo9relnPeDiyBQnw+kFM6Bq9KiNN0JuyFoUC/i am+vkZ4+gWqlppMfpgPe6S3dhbvJkDqWQ9NltCuaGRQgLKy2D836iUHbqGPeak6Igt Aij3am8eAYWhfDUTNZLF1cUIw+Oq3O0scunydRQjvWaVFZWkrw30/eTxc64Xmohccw 97tGO/fNQDaYkUfRZT6Qm/9q2wmtfqyCgNqbQpmArN5a6mAGL3kIMy9B4VpTGPzp5C shiKdzaWWrDjQ== From: Daniel Stone To: dri-devel@lists.freedesktop.org Cc: linaro-mm-sig@lists.linaro.org, linux-media@vger.kernel.org Subject: [PATCH v2 0/2] doc: uapi: Document dma-buf interop design & semantics Date: Thu, 3 Aug 2023 16:47:27 +0100 Message-ID: <20230803154908.105124-2-daniels@collabora.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20210905122742.86029-1-daniels@collabora.com> References: <20210905122742.86029-1-daniels@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi all, This is v2 to the linked patch series; thanks to everyone for reviewing the initial version. I've moved this out of a pure DRM scope and into the general userspace-API design section. Hopefully it helps others and answers a bunch of questions. I think it'd be great to have input/links/reflections from other subsystems as well here. Cheers, Daniel