Message ID | 20230804182406.5222-1-dakr@redhat.com (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 95D84C04A6A for <dri-devel@archiver.kernel.org>; Fri, 4 Aug 2023 18:24:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D314D10E744; Fri, 4 Aug 2023 18:24:21 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id AA33D10E021 for <dri-devel@lists.freedesktop.org>; Fri, 4 Aug 2023 18:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691173456; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nSjDGft3El8smQtPJx5y3CBnAPRfUi+IQODVPZetbZE=; b=ROTr9k3fL4u2rqxf3v6dHg3mp2awRdCnO1bC4cSu7FwK0ZBRIn1UfhVg54MpnrDVtJDjZu 7cLBGk0FB9VOw5r1hCWibNNkKs9rbPRyOmglMR53ta0oOmWzpNTs9i6OFKZJYZB9n4w7ta NUkceHwrl/QhSwphhnZc8z9CkOIvcFE= Received: from mail-ed1-f72.google.com (mail-ed1-f72.google.com [209.85.208.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-370-q7bNUlOVPBmPiUZfKE7q4Q-1; Fri, 04 Aug 2023 14:24:13 -0400 X-MC-Unique: q7bNUlOVPBmPiUZfKE7q4Q-1 Received: by mail-ed1-f72.google.com with SMTP id 4fb4d7f45d1cf-52310058f1eso2978192a12.0 for <dri-devel@lists.freedesktop.org>; Fri, 04 Aug 2023 11:24:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691173452; x=1691778252; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=nSjDGft3El8smQtPJx5y3CBnAPRfUi+IQODVPZetbZE=; b=ci9IkQKkD7eVgHUM8rh+/wCU9VrSXOWFKP4YhMH+WZwOnS9Zyd8fbsZvaNSKnSz3zK zu4GlxNK6mk1dnvfXxCcPZk7jrqDdLy8hcv/2JolpfmCYTivc7syyAutrt7JLRTiUy7Z w36oRyoTC4yk4lNwLOKgVVbIE8K60Jub3nlLasx6+MamjzV6F8WkAXeBo39TZMWq9M2X LYfkI+kRtHyMlBWJ5qOMvik9hP0VS0lyWdRinc9HZaK92QUMGrRJfZ6esn2FnS39XKbV LSdQyv2/WZ4hcZzDOsimbHC7nA4JLT2640ySPE0ld1kMD6/TiDBrGbhTIUnXpdukqfNz T9zg== X-Gm-Message-State: AOJu0YzZY68Q16njagSXrPN+wHW52afeWJ3liiA6ZuCEibTCdtIOfhcu B85vIeLgNYvxajgKMe/ntl84Mbt11asBn0Dji3pOGf90vwN02ftZlV0LosTKNWAHyisoBYdhHUB gwwi93jP7YOOOn/RsW9DrORuu3Hsf X-Received: by 2002:a05:6402:180e:b0:523:e25:5656 with SMTP id g14-20020a056402180e00b005230e255656mr622808edy.5.1691173452177; Fri, 04 Aug 2023 11:24:12 -0700 (PDT) X-Google-Smtp-Source: AGHT+IGkCFOPmTLahrFiNjWyJ53oWCpbxMuXv6Bsdq+G24zgxMoB1prWZEpy8CaemauuenYj+fqDgg== X-Received: by 2002:a05:6402:180e:b0:523:e25:5656 with SMTP id g14-20020a056402180e00b005230e255656mr622793edy.5.1691173451807; Fri, 04 Aug 2023 11:24:11 -0700 (PDT) Received: from cassiopeiae.. ([2a02:810d:4b3f:de9c:642:1aff:fe31:a19f]) by smtp.gmail.com with ESMTPSA id u15-20020a056402064f00b00523228f615dsm485983edx.88.2023.08.04.11.24.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Aug 2023 11:24:11 -0700 (PDT) From: Danilo Krummrich <dakr@redhat.com> To: airlied@gmail.com, daniel@ffwll.ch, tzimmermann@suse.de, mripard@kernel.org, corbet@lwn.net, christian.koenig@amd.com, bskeggs@redhat.com, Liam.Howlett@oracle.com, matthew.brost@intel.com, boris.brezillon@collabora.com, alexdeucher@gmail.com, ogabbay@kernel.org, bagasdotme@gmail.com, willy@infradead.org, jason@jlekstrand.net, donald.robson@imgtec.com Subject: [PATCH drm-misc-next v10 00/12] Nouveau VM_BIND UAPI & DRM GPUVA Manager (merged) Date: Fri, 4 Aug 2023 20:23:40 +0200 Message-ID: <20230804182406.5222-1-dakr@redhat.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=UTF-8 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: nouveau@lists.freedesktop.org, Danilo Krummrich <dakr@redhat.com>, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
Nouveau VM_BIND UAPI & DRM GPUVA Manager (merged)
|
expand
|