Message ID | 20231108001259.15123-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 AC23CC4332F for <dri-devel@archiver.kernel.org>; Wed, 8 Nov 2023 00:13:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 18ED310E6CE; Wed, 8 Nov 2023 00:13:08 +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 250B310E6D2 for <dri-devel@lists.freedesktop.org>; Wed, 8 Nov 2023 00:13:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1699402385; 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=QDPEL4iVJPFZK2iXJb5jKSkwqhK7nY72hfLQyykrdHc=; b=PFBpMy8JhRIEPNNG4gGUPgNkVrb8hgggh4P3RMMHX936f/RQw1iID+HtjuDZqw7FqJieyr 3FfRLRn6rwwSGfSIeSoQfmZbXR2i4zuchNw+atH7AZHxPEg4QAdjtKbJwjQp/wkhlkrWIl 7GKOoQNUxhY/F+pkLl1zpyfJzA4Onr0= Received: from mail-ed1-f70.google.com (mail-ed1-f70.google.com [209.85.208.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-581-j_fwqHZfMyCh37QQVGeJbQ-1; Tue, 07 Nov 2023 19:13:04 -0500 X-MC-Unique: j_fwqHZfMyCh37QQVGeJbQ-1 Received: by mail-ed1-f70.google.com with SMTP id 4fb4d7f45d1cf-542fe446d45so4829514a12.0 for <dri-devel@lists.freedesktop.org>; Tue, 07 Nov 2023 16:13:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699402383; x=1700007183; 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=QDPEL4iVJPFZK2iXJb5jKSkwqhK7nY72hfLQyykrdHc=; b=PeujG3SpBO+aY6QX4wFOFqjqEMwpmDwCPz4ompJre0pLt6baGwbfyE7NBSAULn1dyp mMK/3H//mGChEPGWve2uN2F0ljeWZVOWFD5Yx4htAjGiJLJ0+IFJeEZYwrCIYw8uwqZ1 Xh1F3m0g9/QSTVyAMt9jj3aZRAFfYr58gzlbCq545y9zfp12StgrH4a5pIwYhrdlOl16 QLzYD6Y9UU5k9Tx3aB9UIJmtSsOQJgbgnjpNKE64sdaR7Z1jlU+ob/zO2/jfHNpicDKR akiAhUs/3pXG6jEstuH6SES3+rZKSTPOykVp498/DL+DeM9L6Q+1wbiCDDt4hbRN8+2D 25eQ== X-Gm-Message-State: AOJu0YzE9o+js0AQM1BpOWsiNcnImez5aIyjyhbazgfC4p85ud3hfX1q P6/EM6XWJu5NY1/m+Qbj396fknCBne18rijzDd33F1SXswCRchAcANEuqqmaWPf+SFC6Io9O8bl hFnW+wjqR6RosITArrCXeih9ZyYXc X-Received: by 2002:a50:cdcf:0:b0:53f:aa86:e839 with SMTP id h15-20020a50cdcf000000b0053faa86e839mr190083edj.30.1699402382750; Tue, 07 Nov 2023 16:13:02 -0800 (PST) X-Google-Smtp-Source: AGHT+IEL6L0idg0kOvMQqkRgQQc2bfd7vJZ3kGHvtGHptLQzuKHlUNhsYcL916vBEA8gRc5dnr6WqQ== X-Received: by 2002:a50:cdcf:0:b0:53f:aa86:e839 with SMTP id h15-20020a50cdcf000000b0053faa86e839mr190067edj.30.1699402382420; Tue, 07 Nov 2023 16:13:02 -0800 (PST) Received: from cassiopeiae.. ([2a02:810d:4b3f:de9c:642:1aff:fe31:a19f]) by smtp.gmail.com with ESMTPSA id n23-20020a5099d7000000b00542db304680sm6030817edb.63.2023.11.07.16.13.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Nov 2023 16:13:02 -0800 (PST) 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@gfxstrand.net Subject: [PATCH drm-misc-next v9 00/12] [RFC] DRM GPUVM features Date: Wed, 8 Nov 2023 01:12:30 +0100 Message-ID: <20231108001259.15123-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 GPUVM features
|
expand
|