Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 559457d6 authored by Matt Buckley's avatar Matt Buckley
Browse files

Add upcoming ADPF flags

Adds flags for:
- FMQ eager sending optimization
- HWUI GPU
- obtainView boost in HWUI
- Read-only FMQ use
- Platform-side power efficiency hints

Test: manual
Bug: 330939217

Change-Id: I6d25413b1725f9d7274c8af7f6bc41d80d861c35
parent 511dd169
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
@@ -86,6 +86,46 @@ flag {
    bug: "315894228"
}

flag {
    name: "adpf_use_fmq_channel_fixed"
    namespace: "game"
    description: "Guards use of the FMQ channel for ADPF with a readonly flag"
    is_fixed_read_only: true
    bug: "315894228"
}

flag {
    name: "adpf_fmq_eager_send"
    namespace: "game"
    description: "Guards the use of an eager-sending optimization in FMQ for low-latency messages"
    is_fixed_read_only: true
    bug: "315894228"
}

flag {
    name: "adpf_hwui_gpu"
    namespace: "game"
    description: "Guards use of the FMQ channel for ADPF"
    is_fixed_read_only: true
    bug: "330922490"
}

flag {
    name: "adpf_obtainview_boost"
    namespace: "game"
    description: "Guards use of a boost in response to HWUI obtainView"
    is_fixed_read_only: true
    bug: "328238660"
}

flag {
    name: "adpf_platform_power_efficiency"
    namespace: "game"
    description: "Guards use of the ADPF power efficiency API within the platform"
    is_fixed_read_only: true
    bug: "277285195"
}

flag {
    name: "battery_service_support_current_adb_command"
    namespace: "backstage_power"