blob: 0a5cde33a598f73c3de839e43ac5a4723e4d23f7 [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 }
22}
23
24flag {
Ady Abrahambcc90ee2024-02-28 15:43:51 -080025 name: "dont_skip_on_early_ro2"
26 namespace: "core_graphics"
27 description: "This flag is guarding the behaviour where SurfaceFlinger is trying to opportunistically present a frame when the configuration change from late to early"
28 bug: "273702768"
29} # dont_skip_on_early_ro2
30
Rachel Lee52f0abe2024-03-14 18:34:04 -070031flag {
32 name: "frame_rate_category_mrr"
33 namespace: "core_graphics"
34 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"
35 bug: "330224639"
36 is_fixed_read_only: true
37 metadata {
38 purpose: PURPOSE_BUGFIX
39 }
40} # frame_rate_category_mrr
41
Ady Abrahambcc90ee2024-02-28 15:43:51 -080042# IMPORTANT - please keep alphabetize to reduce merge conflicts