Message ID | 20240417084145.242480-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 1C60FC04FF9 for <dri-devel@archiver.kernel.org>; Wed, 17 Apr 2024 08:39:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4086C1132D8; Wed, 17 Apr 2024 08:39:08 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="MotPJIYp"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) by gabe.freedesktop.org (Postfix) with ESMTPS id 662CB1132D4; Wed, 17 Apr 2024 08:39: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=1713343147; x=1744879147; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=emMdFkrC5r4ruzXdsqFBsCQjKL+6q7YTiU1V9tF0HXc=; b=MotPJIYpi6PIPfwlEiEtgBcFQ5MJYtT0ddopDqQ7PtVulo2wFHtgn+ze ybMWRxpS2Yw+FSY4qgPmWqCr0/sNtDlM/1qt1v2nxD4oFuyJWafwHsk5q V3U7GUHFY3EZXQXhwRSXMEzRRFx3wiOUYC4GO9OxtC7pMgMI5RJ86AhF3 qcny+h1lLyp84dy+jIaVmGnhLNJboCw8RdNDyVJ3IFZl6ohtg82WO6ZZK 5KesmWK3irD17Hqcn0bhq7uKZ9HFPfRfwma6sSWsa63U1kbacP2gYg8Oh Ki2PE+IVckIPYIX8YhHWZOUhnQ5VrapDFG3aKntkl4qDQKml6QKrUbTMe g==; X-CSE-ConnectionGUID: eVDVvK3URKOFGgB/yvHvuA== X-CSE-MsgGUID: NKdUvP4VT5a21xo6DHwsVA== X-IronPort-AV: E=McAfee;i="6600,9927,11046"; a="12660869" X-IronPort-AV: E=Sophos;i="6.07,208,1708416000"; d="scan'208";a="12660869" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Apr 2024 01:39:06 -0700 X-CSE-ConnectionGUID: 1AY5B1kfRnWUamaJ7vB2GA== X-CSE-MsgGUID: FYeDyXsTRjSiOOo+PD9Xgg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,208,1708416000"; d="scan'208";a="27338894" Received: from aravind-dev.iind.intel.com ([10.145.162.146]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Apr 2024 01:39:03 -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 v2 0/4] drm/xe: Support PCIe FLR Date: Wed, 17 Apr 2024 14:11:41 +0530 Message-Id: <20240417084145.242480-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 |