blob: 4d3195db7f4fc048b52b2f917cddec2f5b126eea [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
Vishnu Nair491827d2024-04-29 23:43:26 +000035 flag {
36 name: "detached_mirror"
37 namespace: "window_surfaces"
38 description: "Ignore local transform when mirroring a partial hierarchy"
39 bug: "337845753"
40 is_fixed_read_only: true
41 metadata {
42 purpose: PURPOSE_BUGFIX
43 }
44} # deprecate_vsync_sf
45
Melody Hsu793f8362024-01-08 20:00:35 +000046flag {
Rachel Lee52f0abe2024-03-14 18:34:04 -070047 name: "frame_rate_category_mrr"
48 namespace: "core_graphics"
49 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"
50 bug: "330224639"
51 is_fixed_read_only: true
52 metadata {
53 purpose: PURPOSE_BUGFIX
54 }
55} # frame_rate_category_mrr
56
Ady Abrahambb1ad762024-03-27 18:31:28 -070057flag {
58 name: "latch_unsignaled_with_auto_refresh_changed"
59 namespace: "core_graphics"
60 description: "Ignore eAutoRefreshChanged with latch unsignaled"
61 bug: "331513837"
62 is_fixed_read_only: true
63 metadata {
64 purpose: PURPOSE_BUGFIX
65 }
66} # latch_unsignaled_with_auto_refresh_changed
67
Ady Abrahambcc90ee2024-02-28 15:43:51 -080068# IMPORTANT - please keep alphabetize to reduce merge conflicts