mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 22:43:04 -04:00
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>
28 lines
528 B
ReStructuredText
28 lines
528 B
ReStructuredText
.. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
=======================
|
|
drm/xe Intel GFX Driver
|
|
=======================
|
|
|
|
The drm/xe driver supports some future GFX cards with rendering, display,
|
|
compute and media. Support for currently available platforms like TGL, ADL,
|
|
DG2, etc is provided to prototype the driver.
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
xe_mm
|
|
xe_map
|
|
xe_migrate
|
|
xe_cs
|
|
xe_pm
|
|
xe_pcode
|
|
xe_gt_mcr
|
|
xe_wa
|
|
xe_rtp
|
|
xe_firmware
|
|
xe_tile
|
|
xe_debugging
|
|
xe_devcoredump
|
|
xe-drm-usage-stats.rst
|