Re: [v9,10/10] drm/xe/doc: Wire up PCI Error Handling
"Laguna, Lukasz" <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <[email protected]> |
On 7/1/2026 10:29, Raag Jadav wrote: > Wire up PCI Error Handling documentation. > > Signed-off-by: Raag Jadav <[email protected]> Reviewed-by: Lukasz Laguna <[email protected]> > --- > 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