Message ID | 20240422065756.294679-1-aravind.iddamsetty@linux.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 91B79C4345F for <dri-devel@archiver.kernel.org>; Mon, 22 Apr 2024 06:55:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AA9F411281E; Mon, 22 Apr 2024 06:55:24 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Dh/808JE"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id A721311281E; Mon, 22 Apr 2024 06:55:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1713768923; x=1745304923; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PDkz9lOjbFcPCiVKYC2fqAKIeHNnUuNgw1R6bF4CXhc=; b=Dh/808JEA9kg3hyF321MOQcu0Fn9GxM2wbLctJeFVnODZiclNWIY5yLw m5JvalBGogQXPXPlhyfszZtnznGtJs5xgrJeHFVhvOPzC0a4s+aOYNtaP lWxg1BEc2FV+EFPoPawGZt/vdgqkDshbaDYu+BmpZOjtxgELoeOKmo74V t4RAXT0e+u/hlATke7vYPiTzte1rpnVzFZJH021Cpd3AfAK8oX0N/btTC wHAa8a9FfC2/rTnXdyYp+KjvDm9R58oFOKkykecWn2iHkxqdlq9/zYGC7 xQklY4T9JLw4tf+WO+6JfjgM9ajaxKSabqNH9jRxv0cgZOkeZYs+Futmi g==; X-CSE-ConnectionGUID: +s6ONWvQQZKc+esPTJJrtA== X-CSE-MsgGUID: kfieOUdBQJOh9MWdnpgCdA== X-IronPort-AV: E=McAfee;i="6600,9927,11051"; a="20715503" X-IronPort-AV: E=Sophos;i="6.07,220,1708416000"; d="scan'208";a="20715503" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2024 23:55:22 -0700 X-CSE-ConnectionGUID: yzWdJnpLS4mlaB+mCIsrDQ== X-CSE-MsgGUID: SHWea15HSWmG8/wCX/IPqg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,220,1708416000"; d="scan'208";a="28584488" Received: from aravind-dev.iind.intel.com ([10.145.162.146]) by fmviesa004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2024 23:55:18 -0700 From: Aravind Iddamsetty <aravind.iddamsetty@linux.intel.com> To: dri-devel@lists.freedesktop.org, daniel@ffwll.ch, maarten.lankhorst@linux.intel.com, airlied@gmail.com, mripard@kernel.org, tzimmermann@suse.de, rodrigo.vivi@intel.com Cc: intel-xe@lists.freedesktop.org, Lucas De Marchi <lucas.demarchi@intel.com> Subject: [PATCH v4 0/4] drm/xe: Support PCIe FLR Date: Mon, 22 Apr 2024 12:27:52 +0530 Message-Id: <20240422065756.294679-1-aravind.iddamsetty@linux.intel.com> X-Mailer: git-send-email 2.25.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/xe: Support PCIe FLR | expand |