Message ID | cover.1632905676.git.mwen@igalia.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=mLoZ=OT=lists.freedesktop.org=dri-devel-bounces@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0236C433F5 for <dri-devel@archiver.kernel.org>; Wed, 29 Sep 2021 09:41:49 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7D7EC60F9B for <dri-devel@archiver.kernel.org>; Wed, 29 Sep 2021 09:41:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7D7EC60F9B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=igalia.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8458E89D8A; Wed, 29 Sep 2021 09:41:46 +0000 (UTC) Received: from fanzine.igalia.com (fanzine.igalia.com [178.60.130.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1FF8989CCB for <dri-devel@lists.freedesktop.org>; Wed, 29 Sep 2021 09:41:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date; bh=njtY0zMgDjWtrEIqm/lJQijm8aGKNfX0oTCq5sgzS8w=; b=EGFnwyPxnoFh+TVuawUBVaOk7Khqa9+RJidBHtED1vKzAMxuLgdRTVoNVq+/1DhqJKJqZ+0cHn5N34wrf+Rno3Bd8oaozDB734q3CYzj0w1IBFkXuSDp7bRnwTn3aItg8Xzt7QWoCUE1tW3aDhNz2oOUDqUij+eiN1njbVRUocB9QT+Kig4VtTIj+aqrv6W7zFsMuI91ZPQ/hyzdDffClLC2ab0e4cw0aJKx0FX3dBfjloCmlwBz/exGvDp6ax5lt4R4EMlvU+UKLXhfdOYlDLUNPVFcq6M43M0lgV/gtX2S3ZwwPkpukJ5TAQzSFGa7jlSqNH4wKZt73GN7hPgTlg==; Received: from a95-92-181-29.cpe.netcabo.pt ([95.92.181.29] helo=mail.igalia.com) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1mVW5t-0005Xv-Qq; Wed, 29 Sep 2021 11:41:41 +0200 Date: Wed, 29 Sep 2021 10:41:29 +0100 From: Melissa Wen <mwen@igalia.com> To: dri-devel@lists.freedesktop.org Cc: Emma Anholt <emma@anholt.net>, David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>, Maxime Ripard <maxime@cerno.tech>, Boris Brezillon <boris.brezillon@collabora.com>, Iago Toral <itoral@igalia.com> Subject: [PATCH v2 0/4] drm/v3d: add multiple in/out syncobjs support Message-ID: <cover.1632905676.git.mwen@igalia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6vvr6dh43r35jgcc" Content-Disposition: inline X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
drm/v3d: add multiple in/out syncobjs support
|
expand
|