blob: 4a609878a25cf9c3ed1354f5ad741f7436abd912 [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
Ady Abrahamb3347582024-04-03 01:01:51 +000024 flag {
25 name: "deprecate_vsync_sf"
26 namespace: "core_graphics"
27 description: "Depracate eVsyncSourceSurfaceFlinger and use vsync_app everywhere"
28 bug: "162235855"
29 is_fixed_read_only: true
30 metadata {
31 purpose: PURPOSE_BUGFIX
32 }
33} # deprecate_vsync_sf
34
Melody Hsu793f8362024-01-08 20:00:35 +000035flag {
Rachel Lee52f0abe2024-03-14 18:34:04 -070036 name: "frame_rate_category_mrr"
37 namespace: "core_graphics"
38 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"
39 bug: "330224639"
40 is_fixed_read_only: true
41 metadata {
42 purpose: PURPOSE_BUGFIX
43 }
44} # frame_rate_category_mrr
45
Ady Abrahambb1ad762024-03-27 18:31:28 -070046flag {
47 name: "latch_unsignaled_with_auto_refresh_changed"
48 namespace: "core_graphics"
49 description: "Ignore eAutoRefreshChanged with latch unsignaled"
50 bug: "331513837"
51 is_fixed_read_only: true
52 metadata {
53 purpose: PURPOSE_BUGFIX
54 }
55} # latch_unsignaled_with_auto_refresh_changed
56
Ady Abrahambcc90ee2024-02-28 15:43:51 -080057# IMPORTANT - please keep alphabetize to reduce merge conflicts