Ady Abraham | 5ffd98a | 2023-08-24 17:37:01 -0700 | [diff] [blame] | 1 | package: "com.android.graphics.surfaceflinger.flags" |
| 2 | |
| 3 | flag { |
| 4 | name: "misc1" |
| 5 | namespace: "core_graphics" |
| 6 | description: "This flag controls minor miscellaneous SurfaceFlinger changes" |
| 7 | bug: "297389311" |
| 8 | is_fixed_read_only: true |
Brian Johnson | c99f638 | 2023-09-07 10:52:30 -0700 | [diff] [blame] | 9 | } |
| 10 | |
| 11 | flag { |
| 12 | name: "connected_display" |
| 13 | namespace: "core_graphics" |
Brian Johnson | 9489a0c | 2023-09-28 12:16:07 -0700 | [diff] [blame] | 14 | description: "Controls SurfaceFlinger support for Connected Displays in 24Q1" |
Brian Johnson | 766320a | 2023-10-09 09:18:03 -0700 | [diff] [blame^] | 15 | bug: "278199093" |
Brian Johnson | c99f638 | 2023-09-07 10:52:30 -0700 | [diff] [blame] | 16 | is_fixed_read_only: true |
| 17 | } |
Ady Abraham | 6e54cdc | 2023-09-06 18:11:31 -0700 | [diff] [blame] | 18 | |
| 19 | flag{ |
| 20 | name: "late_boot_misc2" |
| 21 | namespace: "core_graphics" |
| 22 | description: "This flag controls minor miscellaneous SurfaceFlinger changes. Cannot be read before boot finished!" |
| 23 | bug: "297389311" |
| 24 | } |
ramindani | 70465c4 | 2023-09-08 10:58:29 -0700 | [diff] [blame] | 25 | |
| 26 | flag { |
| 27 | name: "vrr_config" |
| 28 | namespace: "core_graphics" |
| 29 | description: "Controls SurfaceFlinger support for VRR Configurations" |
| 30 | bug: "284845445" |
| 31 | is_fixed_read_only: true |
| 32 | } |
Arthur Hung | c99303b | 2023-10-02 07:25:24 +0000 | [diff] [blame] | 33 | |
| 34 | flag { |
| 35 | name: "vrr_small_dirty_detection" |
| 36 | namespace: "core_graphics" |
| 37 | description: "Controls small dirty detection for VRR" |
| 38 | bug: "283055450" |
| 39 | is_fixed_read_only: true |
| 40 | } |