Skip to content

Commit

Permalink
[No merge]Enable idle display power optimization
Browse files Browse the repository at this point in the history
Enable the optimization for caas builds through
mixin option "idle_display"

Signed-off-by: Shwetha B <[email protected]>
  • Loading branch information
shwethabolumbu committed Aug 14, 2024
1 parent feee04e commit aed761b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caas/mixins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ net: common
debug-crashlogd: true
debug-coredump: false
lights: true
power: true(power_throttle=true)
power: true(power_throttle=true, idle_display=true)
debug-usb-config: true(source_dev=dvcith-0-msc0)
intel_prop: true
tee: trusty(ref_target=celadon_64)
Expand Down
2 changes: 1 addition & 1 deletion caas_dev/mixins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ net: common
debug-crashlogd: true
debug-coredump: false
lights: true
power: true(power_throttle=true)
power: true(power_throttle=true, idle_display=true)
debug-usb-config: true(source_dev=dvcith-0-msc0)
intel_prop: true
tee: false
Expand Down

0 comments on commit aed761b

Please sign in to comment.