Message ID | 20241125073313.3361612-1-vivek.kasireddy@intel.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 D7C6BD3B7E8 for <dri-devel@archiver.kernel.org>; Mon, 25 Nov 2024 07:56:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2253310E399; Mon, 25 Nov 2024 07:56:10 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="lW9MYU7R"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2838310E04C for <dri-devel@lists.freedesktop.org>; Mon, 25 Nov 2024 07:56:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1732521366; x=1764057366; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=aQ3Hg9y0UNE/saYWdjJ8u/rLIltP/27Cd6yTuQLkMhk=; b=lW9MYU7R9TXk3XtGibox2Cj1k6jGp4u4engq7jGDCGRCvTG/BRpjqZNH bht9jgudfWZxxwcU7TU/Pjv0AjMs5gJ/C1g++LcWRiuB3JE2lP3DsrcaW quAxDOMWqnJ6MWtuPo1lN7SWjjk/tEE4QVsEyoG5LoiFY7Ig0XzYxu4Tf flhmxzn0wjtEIW1nGHn+ACNJa4WDd/mJqkbBFKTP29HYKkNM4RzVHyF1D 9mBmhPNAfv8ii9GVFNIyh2r6MEXRvEyvNrNYT7UU7zPC9PMGBt2EfLeZ7 VpsGrXjcAAr+KjsyGm4EqLbB7H59TrGtAXd5S3PGHbMVmqWF5y6cdzEZz Q==; X-CSE-ConnectionGUID: zNPHopBEQzmP24AbX0e/Bg== X-CSE-MsgGUID: 73yw4Q1iSvirtCv0cMfYjA== X-IronPort-AV: E=McAfee;i="6700,10204,11266"; a="43270773" X-IronPort-AV: E=Sophos;i="6.12,182,1728975600"; d="scan'208";a="43270773" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2024 23:56:05 -0800 X-CSE-ConnectionGUID: PMOIispvQF+da4XpfONQ5Q== X-CSE-MsgGUID: AV8KDvokQ0eMLAFvqbCsrg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="96244601" Received: from vkasired-desk2.fm.intel.com ([10.105.128.132]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2024 23:56:05 -0800 From: Vivek Kasireddy <vivek.kasireddy@intel.com> To: dri-devel@lists.freedesktop.org Cc: Vivek Kasireddy <vivek.kasireddy@intel.com>, Gerd Hoffmann <kraxel@redhat.com>, Dongwon Kim <dongwon.kim@intel.com>, Simona Vetter <simona@ffwll.ch>, Christian Koenig <christian.koenig@amd.com>, Dmitry Osipenko <dmitry.osipenko@collabora.com>, Rob Clark <robdclark@gmail.com>, Gurchetan Singh <gurchetansingh@chromium.org>, Chia-I Wu <olvaffe@gmail.com> Subject: [PATCH v4 0/5] drm/virtio: Import scanout buffers from other devices Date: Sun, 24 Nov 2024 23:31:01 -0800 Message-ID: <20241125073313.3361612-1-vivek.kasireddy@intel.com> X-Mailer: git-send-email 2.45.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> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
drm/virtio: Import scanout buffers from other devices
|
expand
|