Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca7ea7b9 authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

Add a flag for multithreaded present

Bug: 259132483
Test: presubmit
Change-Id: I4fb618487f0a2895bd8f41aca7e3e44f0b1816ec
parent 99127712
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -45,3 +45,11 @@ flag {
  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
}