blob: e7bfb6c960e6aa6cc6b8c37467f03bf75c233e53 [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 {
Ady Abrahambcc90ee2024-02-28 15:43:51 -080014 name: "dont_skip_on_early_ro2"
15 namespace: "core_graphics"
16 description: "This flag is guarding the behaviour where SurfaceFlinger is trying to opportunistically present a frame when the configuration change from late to early"
17 bug: "273702768"
18} # dont_skip_on_early_ro2
19
Rachel Lee52f0abe2024-03-14 18:34:04 -070020flag {
21 name: "frame_rate_category_mrr"
22 namespace: "core_graphics"
23 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"
24 bug: "330224639"
25 is_fixed_read_only: true
26 metadata {
27 purpose: PURPOSE_BUGFIX
28 }
29} # frame_rate_category_mrr
30
Ady Abrahambcc90ee2024-02-28 15:43:51 -080031# IMPORTANT - please keep alphabetize to reduce merge conflicts