From aed761b28fea93b244af4313568ad371c3e832f9 Mon Sep 17 00:00:00 2001 From: Shwetha B Date: Mon, 12 Aug 2024 11:34:50 +0530 Subject: [PATCH] [No merge]Enable idle display power optimization Enable the optimization for caas builds through mixin option "idle_display" Signed-off-by: Shwetha B --- caas/mixins.spec | 2 +- caas_dev/mixins.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/caas/mixins.spec b/caas/mixins.spec index a7196da4..16863e4a 100755 --- a/caas/mixins.spec +++ b/caas/mixins.spec @@ -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) diff --git a/caas_dev/mixins.spec b/caas_dev/mixins.spec index 243c8377..82f87c4e 100755 --- a/caas_dev/mixins.spec +++ b/caas_dev/mixins.spec @@ -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