Skip to content

Commit

Permalink
Merge pull request #26 from yeongjoshua/perf
Browse files Browse the repository at this point in the history
perf: Represent performance level as clock frequency
  • Loading branch information
lftan authored May 3, 2024
2 parents 35221e8 + 3a489b5 commit f1fa2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/srvgrp-performance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ compromises of three 32-bit words.
[cols="1,5"]
!===
! *Word* ! *Description*
! 0 ! OPP-level, a unique ID representing the performance level within the
OPP table.
! 0 ! Performance level representing clock frequency in kilohertz (kHz) and
should be unique within this performance domain ID.
! 1 ! Power Cost in microwatt (uW). This is an optional parameter.
Set to value of zero to indicate that power cost is not returned by the
platform.
Expand Down

0 comments on commit f1fa2ac

Please sign in to comment.