diff options
| author | Dave Airlie <airlied@redhat.com> | 2025-05-29 07:43:02 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2025-05-29 07:43:10 +1000 |
| commit | 84e2f918550e1063bd8e29faffe8ad491b7d8c52 (patch) | |
| tree | 7a719d5fe83e967440468f0b52223f5e534e8c32 /Documentation/gpu | |
| parent | 58ce2aec57a5d8a2e678bf184f043047340c787e (diff) | |
| parent | 40493d97b329f8185c0f04dc0ef2b9ffc58e7f3b (diff) | |
| download | net-84e2f918550e1063bd8e29faffe8ad491b7d8c52.tar.gz | |
Merge tag 'drm-xe-next-fixes-2025-05-28' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Driver Changes:
- Two documentation fixes (Rodrigo)
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
Link: https://lore.kernel.org/r/aDc4Is-sQb3DPGO5@fedora
Diffstat (limited to 'Documentation/gpu')
| -rw-r--r-- | Documentation/gpu/xe/index.rst | 1 | ||||
| -rw-r--r-- | Documentation/gpu/xe/xe_gt_freq.rst | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/gpu/xe/index.rst b/Documentation/gpu/xe/index.rst index b2369561f24e18..42ba6c263cd0d7 100644 --- a/Documentation/gpu/xe/index.rst +++ b/Documentation/gpu/xe/index.rst @@ -16,6 +16,7 @@ DG2, etc is provided to prototype the driver. xe_migrate xe_cs xe_pm + xe_gt_freq xe_pcode xe_gt_mcr xe_wa diff --git a/Documentation/gpu/xe/xe_gt_freq.rst b/Documentation/gpu/xe/xe_gt_freq.rst new file mode 100644 index 00000000000000..c0811200e32755 --- /dev/null +++ b/Documentation/gpu/xe/xe_gt_freq.rst @@ -0,0 +1,14 @@ +.. SPDX-License-Identifier: (GPL-2.0+ OR MIT) + +========================== +Xe GT Frequency Management +========================== + +.. kernel-doc:: drivers/gpu/drm/xe/xe_gt_freq.c + :doc: Xe GT Frequency Management + +Internal API +============ + +.. kernel-doc:: drivers/gpu/drm/xe/xe_gt_freq.c + :internal: |
