diff options
author | 2025-05-06 11:18:35 +0530 | |
---|---|---|
committer | 2025-05-07 15:31:11 -0400 | |
commit | 252c4711973de4e4f3ecddcc18912aecfd4e537c (patch) | |
tree | 659d4f4310e219b0401ef3c9c21e750af3946ae8 | |
parent | drm/xe: Expose PCIe link downgrade attributes (diff) | |
download | wireguard-linux-252c4711973de4e4f3ecddcc18912aecfd4e537c.tar.xz wireguard-linux-252c4711973de4e4f3ecddcc18912aecfd4e537c.zip |
drm/xe/doc: Wire up PCIe Gen5 limitations
Append PCIe Gen5 limitations to xe_firmware document.
Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/20250506054835.3395220-4-raag.jadav@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
-rw-r--r-- | Documentation/gpu/xe/xe_firmware.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gpu/xe/xe_firmware.rst b/Documentation/gpu/xe/xe_firmware.rst index afcb561cd37d..5d23e9f27391 100644 --- a/Documentation/gpu/xe/xe_firmware.rst +++ b/Documentation/gpu/xe/xe_firmware.rst @@ -31,6 +31,12 @@ GuC Power Conservation (PC) .. kernel-doc:: drivers/gpu/drm/xe/xe_guc_pc.c :doc: GuC Power Conservation (PC) +PCIe Gen5 Limitations +===================== + +.. kernel-doc:: drivers/gpu/drm/xe/xe_device_sysfs.c + :doc: PCIe Gen5 Limitations + Internal API ============ |