Commit 84e2f918 authored by Dave Airlie's avatar Dave Airlie
Browse files

Merge tag 'drm-xe-next-fixes-2025-05-28' of...

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: default avatarDave Airlie <airlied@redhat.com>

From: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
Link: https://lore.kernel.org/r/aDc4Is-sQb3DPGO5@fedora
parents 58ce2aec 40493d97
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+14 −0
Original line number Diff line number Diff line
.. 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:
+5 −0
Original line number Diff line number Diff line
@@ -32,13 +32,18 @@
 * Xe's Freq provides a sysfs API for frequency management:
 *
 * device/tile#/gt#/freq0/<item>_freq *read-only* files:
 *
 * - act_freq: The actual resolved frequency decided by PCODE.
 * - cur_freq: The current one requested by GuC PC to the PCODE.
 * - rpn_freq: The Render Performance (RP) N level, which is the minimal one.
 * - rpa_freq: The Render Performance (RP) A level, which is the achiveable one.
 *   Calculated by PCODE at runtime based on multiple running conditions
 * - rpe_freq: The Render Performance (RP) E level, which is the efficient one.
 *   Calculated by PCODE at runtime based on multiple running conditions
 * - rp0_freq: The Render Performance (RP) 0 level, which is the maximum one.
 *
 * device/tile#/gt#/freq0/<item>_freq *read-write* files:
 *
 * - min_freq: Min frequency request.
 * - max_freq: Max frequency request.
 *             If max <= min, then freq_min becomes a fixed frequency request.