blob: 5d067ec3dbdde748b7b5a684b08bc2da2a123d6e [file] [log] [blame]
Nirmal Patel12a8ca82020-05-12 07:33:53 -07001description: >
2 Implement to provide the power management policy for the current
3 resource.
4properties:
5 - name: PolicyEnabled
6 type: boolean
7 description: >
8 Power management policy enabled status.
9 - name: MaxTDPmW
10 type: uint32
11 description: >
12 Maximum TDP in milliwatts.
13 - name: PeakPowerBudgetmW
14 type: uint32
15 description: >
16 Peak power budget in milliwatts.
17 - name: AveragePowerBudgetmW
18 type: uint32
19 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050020 Average power budget in milliwatts.