John Su has uploaded this change for review. ( https://review.coreboot.org/29692
Change subject: mb/google/octopus/variants/fleex: Update TSR1 and TSR2 PSV threshold settings ......................................................................
mb/google/octopus/variants/fleex: Update TSR1 and TSR2 PSV threshold settings
Update dptf: TSR1 PSV value change from 57 to 59. TSR2 PSV value change from 53 to 55.
The target score for WebGL Aquarium is 50 FPS after 5 minute for 1000 fishes.
Refer to b:112448519#comment53.
BUG=b:112448519 TEST=Match the result from DPTF UI
Change-Id: Ib050194d273b20f8efd73f89d0a6a1fa52b89bc8 Signed-off-by: John Su john_su@compal.corp-partner.google.com --- M src/mainboard/google/octopus/variants/fleex/include/variant/acpi/dptf.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/29692/1
diff --git a/src/mainboard/google/octopus/variants/fleex/include/variant/acpi/dptf.asl b/src/mainboard/google/octopus/variants/fleex/include/variant/acpi/dptf.asl index d5943c7..75e5e90 100644 --- a/src/mainboard/google/octopus/variants/fleex/include/variant/acpi/dptf.asl +++ b/src/mainboard/google/octopus/variants/fleex/include/variant/acpi/dptf.asl @@ -18,12 +18,12 @@
#define DPTF_TSR1_SENSOR_ID 1 #define DPTF_TSR1_SENSOR_NAME "Ambient" -#define DPTF_TSR1_PASSIVE 57 +#define DPTF_TSR1_PASSIVE 59 #define DPTF_TSR1_CRITICAL 127
#define DPTF_TSR2_SENSOR_ID 2 #define DPTF_TSR2_SENSOR_NAME "Charger" -#define DPTF_TSR2_PASSIVE 53 +#define DPTF_TSR2_PASSIVE 55 #define DPTF_TSR2_CRITICAL 127
/* Charger performance states, board-specific values from charger and EC */