Message ID | 20230906214723.4393-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 9AA63EE14D0 for <dri-devel@archiver.kernel.org>; Wed, 6 Sep 2023 21:47:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E1E2210E1C9; Wed, 6 Sep 2023 21:47:32 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2E56510E1C4 for <dri-devel@lists.freedesktop.org>; Wed, 6 Sep 2023 21:47:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1694036850; 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=zKkDRQ9/TqnOPU7efxBBUYLuwd+HL60A99HNBdJUd98=; b=PI44429EWgnuEZPRuIyxl5svUFQmq9+cRkjuzIjvGcAmO9cz6Ay0PN7PJ013KYUCHNoRQy +wDmQmM8X6V+MblhmdnBTLMrtLdEUfoRjSSlfwLbrJSMIyDUo76aSihtzaN6yAwy0XgI46 dkbmqBe2SA/D/gzXtmTYvy/uBBdVxWk= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-695-Kr4Huem9NA-YlbIW6peuIA-1; Wed, 06 Sep 2023 17:47:29 -0400 X-MC-Unique: Kr4Huem9NA-YlbIW6peuIA-1 Received: by mail-lf1-f72.google.com with SMTP id 2adb3069b0e04-5009796123dso218790e87.1 for <dri-devel@lists.freedesktop.org>; Wed, 06 Sep 2023 14:47:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1694036847; x=1694641647; 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=zKkDRQ9/TqnOPU7efxBBUYLuwd+HL60A99HNBdJUd98=; b=ePCrStY3+N8J92pqApsvIClNOngVPsNd9r5YDTJpZ2FmBayFX9P0vYA+u+AuYs5TfD BuWM1rpigwG4j0vHF21BYOqbpQ1GkHe0gnxVru73LOU+/hXMDlC6E76B/iu2l67QWcEY tmkHOJxWxi/G0dX4zs+INxobwmcarVB5yHPhYM/rub1NuzR8L5oWsv3wFV8Q+scb4hDA MgweDnPNMSW32p5HywriK0TUDKYB25x9qYLRaSwWaGmr0ndt/bRvDoTL+r5fxDRl/hNj 4LPh62xlc/DI7vNyv8VBp26sL6Jk/1F176sy5eOxkawB2zn4J5U1O/xDIUsTMAfEkdXf 7Wvw== X-Gm-Message-State: AOJu0Yy447cDOrq4vj0mggDC+a1ObgvSL1DKOudMPoRWR53nwQ2nsgxy nezwebyg97zVKq9fIT6kv3E4nkWw+tNBGhWGQz7AOmOQDPwyJfDBvjwfA6dAyFFz9QUQbSbCa8x 2tOMXqsGe8lO+yYJS/kA+AJsic1h3cEdTodYg X-Received: by 2002:a19:ae13:0:b0:500:a60d:c677 with SMTP id f19-20020a19ae13000000b00500a60dc677mr3146454lfc.59.1694036847280; Wed, 06 Sep 2023 14:47:27 -0700 (PDT) X-Google-Smtp-Source: AGHT+IG9vM+HT6JkjFoqnC/5RjtvOildvqPi8k26Fej4Xzn37uwseyzw2k36M3RWZJ5OAgm98jkLTQ== X-Received: by 2002:a19:ae13:0:b0:500:a60d:c677 with SMTP id f19-20020a19ae13000000b00500a60dc677mr3146446lfc.59.1694036846940; Wed, 06 Sep 2023 14:47:26 -0700 (PDT) Received: from cassiopeiae.. ([2a02:810d:4b3f:de9c:642:1aff:fe31:a19f]) by smtp.gmail.com with ESMTPSA id r10-20020a170906c28a00b0099297782aa9sm9446856ejz.49.2023.09.06.14.47.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Sep 2023 14:47:26 -0700 (PDT) From: Danilo Krummrich <dakr@redhat.com> To: airlied@gmail.com, daniel@ffwll.ch, matthew.brost@intel.com, thomas.hellstrom@linux.intel.com, sarah.walker@imgtec.com, donald.robson@imgtec.com, boris.brezillon@collabora.com, christian.koenig@amd.com, faith.ekstrand@collabora.com Subject: [PATCH drm-misc-next v2 0/7] [RFC] DRM GPUVA Manager GPU-VM features Date: Wed, 6 Sep 2023 23:47:08 +0200 Message-ID: <20230906214723.4393-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 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
DRM GPUVA Manager GPU-VM features
|
expand
|