Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 39 additions & 39 deletions configs/ResourcesConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,36 @@ ResourceConfigs:
Policy: "pass_through"
ApplyType: "core"

- ResType: "0x01"
ResID: "0x0002"
Name: "RES_CPU_IDLE_DISABLE_ST0"
Path: "/sys/devices/system/cpu/cpu%d/cpuidle/state0/disable"
Supported: true
Permissions: "third_party"
Modes: ["display_on", "doze"]
Policy: "pass_through"
ApplyType: "core"

- ResType: "0x01"
ResID: "0x0003"
Name: "RES_CPU_IDLE_DISABLE_ST1"
Path: "/sys/devices/system/cpu/cpu%d/cpuidle/state1/disable"
Supported: true
Permissions: "third_party"
Modes: ["display_on", "doze"]
Policy: "pass_through"
ApplyType: "core"

- ResType: "0x01"
ResID: "0x0004"
Name: "RES_CPU_IDLE_DISABLE_ST2"
Path: "/sys/devices/system/cpu/cpu%d/cpuidle/state2/disable"
Supported: true
Permissions: "third_party"
Modes: ["display_on", "doze"]
Policy: "pass_through"
ApplyType: "core"

- ResType: "0x03"
ResID: "0x0000"
Name: "RES_SCHED_UTIL_CLAMP_MIN"
Expand Down Expand Up @@ -71,6 +101,15 @@ ResourceConfigs:
Policy: "pass_through"
ApplyType: "global"

- ResType: "0x03"
ResID: "0x0004"
Name: "RES_PER_TASK_AFFINITY"
Supported: true
Permissions: "third_party"
Modes: ["display_on"]
Policy: "pass_through"
ApplyType: "global"

- ResType: "0x04"
ResID: "0x0000"
Unit: "Hz"
Expand Down Expand Up @@ -103,36 +142,6 @@ ResourceConfigs:
Policy: "lower_is_better"
ApplyType: "cluster"

- ResType: "0x04"
ResID: "0x0003"
Name: "RES_CPU_IDLE_DISABLE_ST0"
Path: "/sys/devices/system/cpu/cpu%d/cpuidle/state0/disable"
Supported: true
Permissions: "third_party"
Modes: ["display_on", "doze"]
Policy: "pass_through"
ApplyType: "core"

- ResType: "0x04"
ResID: "0x0004"
Name: "RES_CPU_IDLE_DISABLE_ST1"
Path: "/sys/devices/system/cpu/cpu%d/cpuidle/state1/disable"
Supported: true
Permissions: "third_party"
Modes: ["display_on", "doze"]
Policy: "pass_through"
ApplyType: "core"

- ResType: "0x04"
ResID: "0x0005"
Name: "RES_CPU_IDLE_DISABLE_ST2"
Path: "/sys/devices/system/cpu/cpu%d/cpuidle/state2/disable"
Supported: true
Permissions: "third_party"
Modes: ["display_on", "doze"]
Policy: "pass_through"
ApplyType: "core"

- ResType: "0x05"
ResID: "0x0000"
Name: "RES_DEVFREQ_GPU_MAX"
Expand Down Expand Up @@ -398,12 +407,3 @@ ResourceConfigs:
Modes: ["display_on"]
Policy: "pass_through"
ApplyType: "global"

- ResType: "0x0c"
ResID: "0x0000"
Name: "RES_PER_TASK_AFFINITY"
Supported: true
Permissions: "third_party"
Modes: ["display_on"]
Policy: "pass_through"
ApplyType: "global"