Message ID | 20210226071832.31547-1-apopple@nvidia.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=ELuy=H4=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 X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43548C433E0 for <dri-devel@archiver.kernel.org>; Fri, 26 Feb 2021 07:19:04 +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 C741564EC8 for <dri-devel@archiver.kernel.org>; Fri, 26 Feb 2021 07:18:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C741564EC8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nvidia.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5AEA56E8F9; Fri, 26 Feb 2021 07:18:55 +0000 (UTC) Received: from hqnvemgate25.nvidia.com (hqnvemgate25.nvidia.com [216.228.121.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 333D76E8F9; Fri, 26 Feb 2021 07:18:54 +0000 (UTC) Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id <B6038a0dd0000>; Thu, 25 Feb 2021 23:18:53 -0800 Received: from localhost (172.20.145.6) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 26 Feb 2021 07:18:52 +0000 From: Alistair Popple <apopple@nvidia.com> To: <linux-mm@kvack.org>, <nouveau@lists.freedesktop.org>, <bskeggs@redhat.com>, <akpm@linux-foundation.org> Subject: [PATCH v3 0/8] Add support for SVM atomics in Nouveau Date: Fri, 26 Feb 2021 18:18:24 +1100 Message-ID: <20210226071832.31547-1-apopple@nvidia.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Originating-IP: [172.20.145.6] X-ClientProxiedBy: HQMAIL111.nvidia.com (172.20.187.18) To HQMAIL107.nvidia.com (172.20.187.13) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1614323933; bh=+SElXPoBRT6MQYk8xVjvN+0BmmOqz6C1IcIa6Pa9h3M=; h=From:To:CC:Subject:Date:Message-ID:X-Mailer:MIME-Version: Content-Transfer-Encoding:Content-Type:X-Originating-IP: X-ClientProxiedBy; b=eAxyU4ZfO7SmRuRFSOC14uQbFIUSNrN2h+S1lrnjNmgSxHW/DTHuo3VfEQC8LO+rV gY5ydT8SjXxoG4a/Q40h2wXqsjqyIpEnc1qciLsm9ufEEr+2YqUeOW9/qZ/GIHNvYx TDG7dnGUrJxOrHvkzwK3j1Dp1AnWDdUtikKRIvTzK7AL4J3FH1VKdiCj9qyjnWHcR3 ArGqlXOTc3UgrPsuBEjlFWqs4rIydtXZatYl3UrIB11JR2Sq81OYyJiaFVIRuRCuJf xI2mYRrR3T5I+5SIb/AQi5C1DVqhyZYb6EUrsFoGGJLO0mDjN4ynLEl8l+SUuKShHK +NDxtSF3Urijw== 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: rcampbell@nvidia.com, linux-doc@vger.kernel.org, jhubbard@nvidia.com, Alistair Popple <apopple@nvidia.com>, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, hch@infradead.org, jglisse@redhat.com, jgg@nvidia.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
Add support for SVM atomics in Nouveau
|
expand
|