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 | |
| 20 | # IMPORTANT - please keep alphabetize to reduce merge conflicts |