blob: 0b9fd5887c0c8a0d6a90860109ca75502c42c458 [file] [log] [blame]
Ady Abrahambcc90ee2024-02-28 15:43:51 -08001# IMPORTANT - please keep alphabetize to reduce merge conflicts
2
3package: "com.android.graphics.surfaceflinger.flags"
4container: "system"
5
6flag {
Xiang Wang05cb7642024-03-12 17:27:05 -07007 name: "adpf_gpu_sf"
8 namespace: "game"
9 description: "Guards use of the sending ADPF GPU duration hint and load hints from SurfaceFlinger to Power HAL"
10 bug: "284324521"
11} # adpf_gpu_sf
12
13flag {
Melody Hsu793f8362024-01-08 20:00:35 +000014 name: "ce_fence_promise"
15 namespace: "window_surfaces"
16 description: "Moves logic for buffer release fences into LayerFE"
17 bug: "294936197"
18 is_fixed_read_only: true
19 metadata {
20 purpose: PURPOSE_BUGFIX
21 }
Melody Hsu7a458f72024-03-25 23:53:13 +000022 } # ce_fence_promise
Melody Hsu793f8362024-01-08 20:00:35 +000023
24flag {
Rachel Lee52f0abe2024-03-14 18:34:04 -070025 name: "frame_rate_category_mrr"
26 namespace: "core_graphics"
27 description: "Enable to use frame rate category and newer frame rate votes such as GTE in SurfaceFlinger scheduler, to guard dVRR changes from MRR devices"
28 bug: "330224639"
29 is_fixed_read_only: true
30 metadata {
31 purpose: PURPOSE_BUGFIX
32 }
33} # frame_rate_category_mrr
34
Ady Abrahambb1ad762024-03-27 18:31:28 -070035flag {
36 name: "latch_unsignaled_with_auto_refresh_changed"
37 namespace: "core_graphics"
38 description: "Ignore eAutoRefreshChanged with latch unsignaled"
39 bug: "331513837"
40 is_fixed_read_only: true
41 metadata {
42 purpose: PURPOSE_BUGFIX
43 }
44} # latch_unsignaled_with_auto_refresh_changed
45
Ady Abrahambcc90ee2024-02-28 15:43:51 -080046# IMPORTANT - please keep alphabetize to reduce merge conflicts