Skip to content

Commit

Permalink
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"

Tracked-On: OAM-123276
Signed-off-by: Shwetha B <[email protected]>
  • Loading branch information
shwethabolumbu committed Aug 12, 2024
1 parent feee04e commit 1e941bf
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 1e941bf

Please sign in to comment.