blob: 76bf5169f633598a110617483bda7290a38fa22a [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 {
7 name: "dont_skip_on_early_ro2"
8 namespace: "core_graphics"
9 description: "This flag is guarding the behaviour where SurfaceFlinger is trying to opportunistically present a frame when the configuration change from late to early"
10 bug: "273702768"
11} # dont_skip_on_early_ro2
12
Rachel Lee52f0abe2024-03-14 18:34:04 -070013flag {
14 name: "frame_rate_category_mrr"
15 namespace: "core_graphics"
16 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"
17 bug: "330224639"
18 is_fixed_read_only: true
19 metadata {
20 purpose: PURPOSE_BUGFIX
21 }
22} # frame_rate_category_mrr
23
Ady Abrahambcc90ee2024-02-28 15:43:51 -080024# IMPORTANT - please keep alphabetize to reduce merge conflicts