Ady Abraham | bcc90ee | 2024-02-28 15:43:51 -0800 | [diff] [blame] | 1 | # IMPORTANT - please keep alphabetize to reduce merge conflicts |
| 2 | |
| 3 | package: "com.android.graphics.surfaceflinger.flags" |
| 4 | container: "system" |
| 5 | |
| 6 | flag { |
Xiang Wang | 05cb764 | 2024-03-12 17:27:05 -0700 | [diff] [blame] | 7 | 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 | |
| 13 | flag { |
Ady Abraham | bcc90ee | 2024-02-28 15:43:51 -0800 | [diff] [blame] | 14 | 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 Lee | 52f0abe | 2024-03-14 18:34:04 -0700 | [diff] [blame] | 20 | flag { |
| 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 Abraham | bcc90ee | 2024-02-28 15:43:51 -0800 | [diff] [blame] | 31 | # IMPORTANT - please keep alphabetize to reduce merge conflicts |