Skip to content

Commit 40493d9

Browse files
rodrigoviviThomas Hellström
authored andcommitted
drm/xe: Add missing documentation of rpa_freq
While at it, already adjust the rpe_freq frequency, to highlight that both are calculated by PCODE at runtime. Fixes: c6aac2f ("drm/xe: Introduce the RPa information") Cc: Vinay Belgaumkar <[email protected]> Cc: Lucas De Marchi <[email protected]> Reviewed-by: Lucas De Marchi <[email protected]> Reviewed-by: Vinay Belgaumkar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rodrigo Vivi <[email protected]> (cherry picked from commit 39578fa) Signed-off-by: Thomas Hellström <[email protected]>
1 parent 55f8aa0 commit 40493d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/gpu/drm/xe/xe_gt_freq.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
* - act_freq: The actual resolved frequency decided by PCODE.
3737
* - cur_freq: The current one requested by GuC PC to the PCODE.
3838
* - rpn_freq: The Render Performance (RP) N level, which is the minimal one.
39+
* - rpa_freq: The Render Performance (RP) A level, which is the achiveable one.
40+
* Calculated by PCODE at runtime based on multiple running conditions
3941
* - rpe_freq: The Render Performance (RP) E level, which is the efficient one.
42+
* Calculated by PCODE at runtime based on multiple running conditions
4043
* - rp0_freq: The Render Performance (RP) 0 level, which is the maximum one.
4144
*
4245
* device/tile#/gt#/freq0/<item>_freq *read-write* files:

0 commit comments

Comments
 (0)