Message ID | 20221102203405.1797491-1-ogabbay@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-bounces@lists.freedesktop.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 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 A088EC433FE for <dri-devel@archiver.kernel.org>; Wed, 2 Nov 2022 20:34:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 53B8710E1D1; Wed, 2 Nov 2022 20:34:22 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by gabe.freedesktop.org (Postfix) with ESMTPS id 392A710E1D1 for <dri-devel@lists.freedesktop.org>; Wed, 2 Nov 2022 20:34:17 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9625CB81AA7; Wed, 2 Nov 2022 20:34:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22D23C433D6; Wed, 2 Nov 2022 20:34:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667421254; bh=Yy6Mwdb7/j4vB86rzZF4wVb0nPq2hqeNtWXnpbDy+vE=; h=From:To:Cc:Subject:Date:From; b=JLJU5v0WCvU7/zr4PuJ04bvmVEC8Qs3YbsHg4xOb4OIDCh7uoiHwJaAUQmLx27qxY GWsvN3FJLTt30n6HVkU0p6/tSU6EqhhTuqayuhY3in5Gr3sDJuKZ6g+/KG0+l3ykB3 WlvXac38ku/hTvCYeKGTVVhPL4Ay+nv6iQJUUTmkoY82Htay/vA/yfmolmMU5IoGeR IKnXbA6Qhwtgem0A14j1oTmuAY4d1wIGlC6g4Tn/YYSzEslOJRwjDt/kJ3KgVSuJ2b iEodvIRQyJ9yiGciy73uQQ2suVufx6ta5KIZlgIVaoiTpSQD9KMuX6jmpj3TP2isM4 Jb3i4sdt4Zaww== From: Oded Gabbay <ogabbay@kernel.org> To: David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>, Arnd Bergmann <arnd@arndb.de>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Jason Gunthorpe <jgg@nvidia.com>, John Hubbard <jhubbard@nvidia.com>, Alex Deucher <alexander.deucher@amd.com> Subject: [RFC PATCH v2 0/3] new subsystem for compute accelerator devices Date: Wed, 2 Nov 2022 22:34:02 +0200 Message-Id: <20221102203405.1797491-1-ogabbay@kernel.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>, Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>, Jeffrey Hugo <quic_jhugo@quicinc.com>, Jiho Chu <jiho.chu@samsung.com>, Christoph Hellwig <hch@infradead.org>, Thomas Zimmermann <tzimmermann@suse.de>, Kevin Hilman <khilman@baylibre.com>, Yuji Ishikawa <yuji2.ishikawa@toshiba.co.jp>, Maciej Kwapulinski <maciej.kwapulinski@linux.intel.com>, Jagan Teki <jagan@amarulasolutions.com> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
new subsystem for compute accelerator devices
|
expand
|