mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
Move enable/disable GuC RC logic into the new file. This will allow us to independently enable/disable GuC RC and not rely on SLPC related functions. GuC already provides separate H2G interfaces to setup GuC RC and SLPC. Cc: Riana Tauro <riana.tauro@intel.com> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Riana Tauro <riana.tauro@intel.com> Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com> Link: https://patch.msgid.link/20260204014234.2867763-2-vinay.belgaumkar@intel.com
47 lines
977 B
ReStructuredText
47 lines
977 B
ReStructuredText
.. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
========
|
|
Firmware
|
|
========
|
|
|
|
Firmware Layout
|
|
===============
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_uc_fw_abi.h
|
|
:doc: CSS-based Firmware Layout
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_uc_fw_abi.h
|
|
:doc: GSC-based Firmware Layout
|
|
|
|
Write Once Protected Content Memory (WOPCM) Layout
|
|
==================================================
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_wopcm.c
|
|
:doc: Write Once Protected Content Memory (WOPCM) Layout
|
|
|
|
GuC CTB Blob
|
|
============
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_guc_ct.c
|
|
:doc: GuC CTB Blob
|
|
|
|
GuC Power Conservation (PC)
|
|
===========================
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_guc_pc.c
|
|
:doc: GuC Power Conservation (PC)
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_guc_rc.c
|
|
:doc: GuC Render C-states (GuC RC)
|
|
|
|
PCIe Gen5 Limitations
|
|
=====================
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_device_sysfs.c
|
|
:doc: PCIe Gen5 Limitations
|
|
|
|
Internal API
|
|
============
|
|
|
|
TODO
|