From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 94843C43458 for ; Wed, 1 Jul 2026 08:36:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 413AD10EE4F; Wed, 1 Jul 2026 08:36:37 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="C5WLSbmV"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) by gabe.freedesktop.org (Postfix) with ESMTPS id EF46210EE4F for ; Wed, 1 Jul 2026 08:36:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1782894995; x=1814430995; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Pxm32LmAzFwzUV5cVnwTralhuuimW45e4koGxNi3SsU=; b=C5WLSbmVATOPSOgwYKbgkkmk+TpzNGRBTWtnRS64/mmdxr9QORVw4s3c prH+K6Y1f8oG65DZoBCEaJ323Qoy12grdRVCfFZMN4ECYo8lVkgt6gZ14 nm3ovmde8HJrSKuz7HPWY1MPwlLulsKC90IAY0hgXimvDQyjn3NVNwVy8 Srm/DoUKnYDk4X6tjFpU/cInOi59C0unqViw/53zfyeNMRAFdB3VFIh9X /w80/En7WBdORb0pwZ8oh4w/mBgL93azW+WHwTodBXkY1kSqNV7MEqOOI 8kmbaOojQo6+Uwpj1d39xMioSAHJDvJevdKmGyInVxRlnCgwClDAHrtGh Q==; X-CSE-ConnectionGUID: VrGTqUJgSFuFFzgCUQKjpg== X-CSE-MsgGUID: 14INP4s/QuC0/mc5yd5hRA== X-IronPort-AV: E=McAfee;i="6800,10657,11833"; a="83493150" X-IronPort-AV: E=Sophos;i="6.24,235,1774335600"; d="scan'208";a="83493150" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2026 01:36:35 -0700 X-CSE-ConnectionGUID: XU1BNgWyT+euiRyAPWxymQ== X-CSE-MsgGUID: 2Th6ei3DTM2ORoEez2Q52g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.24,235,1774335600"; d="scan'208";a="276806282" Received: from jraag-z790m-itx-wifi.iind.intel.com ([10.190.239.23]) by fmviesa001.fm.intel.com with ESMTP; 01 Jul 2026 01:36:30 -0700 From: Raag Jadav To: intel-xe@lists.freedesktop.org Cc: matthew.brost@intel.com, rodrigo.vivi@intel.com, thomas.hellstrom@linux.intel.com, riana.tauro@intel.com, michal.wajdeczko@intel.com, matthew.d.roper@intel.com, michal.winiarski@intel.com, matthew.auld@intel.com, dev@lankhorst.se, jani.nikula@intel.com, lukasz.laguna@intel.com, zhanjun.dong@intel.com, lukas@wunner.de, daniele.ceraolospurio@intel.com, badal.nilawar@intel.com, Raag Jadav Subject: [PATCH v9 10/10] drm/xe/doc: Wire up PCI Error Handling Date: Wed, 1 Jul 2026 13:59:34 +0530 Message-ID: <20260701083051.450259-11-raag.jadav@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260701083051.450259-1-raag.jadav@intel.com> References: <20260701083051.450259-1-raag.jadav@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" Wire up PCI Error Handling documentation. Signed-off-by: Raag Jadav --- Documentation/gpu/xe/index.rst | 1 + Documentation/gpu/xe/xe_pci_error.rst | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 Documentation/gpu/xe/xe_pci_error.rst diff --git a/Documentation/gpu/xe/index.rst b/Documentation/gpu/xe/index.rst index 665c0e93601c..e5acf299a897 100644 --- a/Documentation/gpu/xe/index.rst +++ b/Documentation/gpu/xe/index.rst @@ -35,3 +35,4 @@ The display, or :ref:`drm-kms`, support for drm/xe is provided by xe-drm-usage-stats.rst xe_configfs xe_gt_stats + xe_pci_error diff --git a/Documentation/gpu/xe/xe_pci_error.rst b/Documentation/gpu/xe/xe_pci_error.rst new file mode 100644 index 000000000000..25cc5a8adf99 --- /dev/null +++ b/Documentation/gpu/xe/xe_pci_error.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: (GPL-2.0+ OR MIT) + +===================== +Xe PCI Error Handling +===================== + +.. kernel-doc:: drivers/gpu/drm/xe/xe_pci_error.c + :doc: Xe PCI Error Handling -- 2.43.0