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