We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f8aa0 commit 40493d9Copy full SHA for 40493d9
drivers/gpu/drm/xe/xe_gt_freq.c
@@ -36,7 +36,10 @@
36
* - act_freq: The actual resolved frequency decided by PCODE.
37
* - cur_freq: The current one requested by GuC PC to the PCODE.
38
* - 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
41
* - rpe_freq: The Render Performance (RP) E level, which is the efficient one.
42
43
* - rp0_freq: The Render Performance (RP) 0 level, which is the maximum one.
44
*
45
* device/tile#/gt#/freq0/<item>_freq *read-write* files:
0 commit comments