summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/surfaceflinger_flags.aconfig
blob: abe7ec708f78638093bc176a62f9c41374a0cfd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
package: "com.android.graphics.surfaceflinger.flags"
container: "system"

flag {
  name: "misc1"
  namespace: "core_graphics"
  description: "This flag controls minor miscellaneous SurfaceFlinger changes"
  bug: "297389311"
  is_fixed_read_only: true
}

flag {
  name: "connected_display"
  namespace: "core_graphics"
  description: "Controls SurfaceFlinger support for Connected Displays in 24Q1"
  bug: "278199093"
  is_fixed_read_only: true
}

flag{
  name: "late_boot_misc2"
  namespace: "core_graphics"
  description: "This flag controls minor miscellaneous SurfaceFlinger changes. Cannot be read before boot finished!"
  bug: "297389311"
}

flag {
  name: "vrr_config"
  namespace: "core_graphics"
  description: "Controls SurfaceFlinger support for VRR Configurations"
  bug: "284845445"
  is_fixed_read_only: true
}

flag {
  name: "enable_layer_command_batching"
  namespace: "core_graphics"
  description: "This flag controls batching on createLayer/destroyLayer command with executeCommand."
  bug: "290685621"
  is_fixed_read_only: true
}

flag {
  name: "dont_skip_on_early"
  namespace: "core_graphics"
  description: "This flag is guarding the behaviour where SurfaceFlinger is trying to opportunistically present a frame when the configuration change from late to early"
  bug: "273702768"
}

flag {
  name: "multithreaded_present"
  namespace: "core_graphics"
  description: "Controls whether to offload present calls to another thread"
  bug: "259132483"
  is_fixed_read_only: true
}

flag {
  name: "enable_small_area_detection"
  namespace: "core_graphics"
  description: "Feature flag for SmallAreaDetection"
  bug: "283055450"
  is_fixed_read_only: true
}

flag {
  name: "hotplug2"
  namespace: "core_graphics"
  description: "Feature flag for using hotplug2 HAL API"
  bug: "303460805"
  is_fixed_read_only: true
}

flag {
  name: "hdcp_level_hal"
  namespace: "core_graphics"
  description: "Feature flag for adding a HAL API to commuicate hdcp levels"
  bug: "285359126"
  is_fixed_read_only: true
}

flag {
  name: "add_sf_skipped_frames_to_trace"
  namespace: "core_graphics"
  description: "Add SurfaceFlinger dropped Frames to frame timeline"
  bug: "273701290"
  is_fixed_read_only: true
}

flag {
  name: "refresh_rate_overlay_on_external_display"
  namespace: "core_graphics"
  description: "enable refresh rate indicator on the external display"
  bug: "301647974"
}

flag {
  name: "use_known_refresh_rate_for_fps_consistency"
  namespace: "core_graphics"
  description: "Whether to use the closest known refresh rate to determine the fps consistency."
  bug: "299201319"
}

flag {
  name: "cache_if_source_crop_layer_only_moved"
  namespace: "core_graphics"
  description: "do not flatten layers if source crop is only moved"
  bug: "305718400"
  is_fixed_read_only: true
}

flag {
  name: "enable_fro_dependent_features"
  namespace: "core_graphics"
  description: "enable frame rate override dependent features by default"
  bug: "314217419"
  is_fixed_read_only: true
}

flag {
  name: "display_protected"
  namespace: "core_graphics"
  description: "Introduce protected displays to specify whether they should render protected content"
  bug: "301647974"
  is_fixed_read_only: true
}

flag {
  name: "fp16_client_target"
  namespace: "core_graphics"
  description: "Controls whether we render to fp16 client targets"
  bug: "236745178"
  is_fixed_read_only: true
}

flag {
  name: "game_default_frame_rate"
  namespace: "game"
  description: "This flag guards the new behavior with the addition of Game Default Frame Rate feature."
  bug: "286084594"
  is_fixed_read_only: true
}