Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/xe: Wire up devcoredump in documentation

Add a documentation page to detail the device coredump as implemented by
xe - it was documented in the source code, but not visible in the
rendered (html) documentation.

Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Raag Jadav <raag.jadav@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241102161254.1818604-3-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>

+15
+1
Documentation/gpu/xe/index.rst
··· 23 23 xe_firmware 24 24 xe_tile 25 25 xe_debugging 26 + xe_devcoredump 26 27 xe-drm-usage-stats.rst
+14
Documentation/gpu/xe/xe_devcoredump.rst
··· 1 + .. SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 + 3 + ================== 4 + Xe Device Coredump 5 + ================== 6 + 7 + .. kernel-doc:: drivers/gpu/drm/xe/xe_devcoredump.c 8 + :doc: Xe device coredump 9 + 10 + Internal API 11 + ============ 12 + 13 + .. kernel-doc:: drivers/gpu/drm/xe/xe_devcoredump.c 14 + :internal: