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

Commit d861d454 authored by Ady Abraham's avatar Ady Abraham
Browse files

SF: Add flag buffer_stuffing_fix

Test: presubmit
Bug: 417070677
Flag: com.android.graphics.surfaceflinger.flags.buffer_stuffing_fix
Change-Id: I01b2cc0c811756bce0c48c094523e25a1eef9bea
parent 692337e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ void FlagManager::dump(std::string& result) const {
    DUMP_ACONFIG_FLAG(adpf_gpu_sf);
    DUMP_ACONFIG_FLAG(adpf_native_session_manager);
    DUMP_ACONFIG_FLAG(adpf_use_fmq_channel);
    DUMP_ACONFIG_FLAG(buffer_stuffing_fix);
    DUMP_ACONFIG_FLAG(correct_virtual_display_power_state);
    DUMP_ACONFIG_FLAG(graphite_renderengine_preview_rollout);
    DUMP_ACONFIG_FLAG(increase_missed_frame_jank_threshold);
@@ -290,6 +291,7 @@ FLAG_MANAGER_ACONFIG_FLAG(refresh_rate_overlay_on_external_display, "")
FLAG_MANAGER_ACONFIG_FLAG(adpf_cpu_effects_loadup, "");
FLAG_MANAGER_ACONFIG_FLAG(adpf_gpu_sf, "")
FLAG_MANAGER_ACONFIG_FLAG(adpf_native_session_manager, "");
FLAG_MANAGER_ACONFIG_FLAG(buffer_stuffing_fix, "");
FLAG_MANAGER_ACONFIG_FLAG(graphite_renderengine_preview_rollout, "");
FLAG_MANAGER_ACONFIG_FLAG(increase_missed_frame_jank_threshold, "");
FLAG_MANAGER_ACONFIG_FLAG(monitor_buffer_fences, "");
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ public:
    bool adpf_native_session_manager() const;
    bool adpf_use_fmq_channel() const;
    bool adpf_use_fmq_channel_fixed() const;
    bool buffer_stuffing_fix() const;
    bool correct_virtual_display_power_state() const;
    bool graphite_renderengine_preview_rollout() const;
    bool increase_missed_frame_jank_threshold() const;
+10 −0
Original line number Diff line number Diff line
@@ -69,6 +69,16 @@ flag {
  is_fixed_read_only: true
} # begone_bright_hlg

flag {
  name: "buffer_stuffing_fix"
  namespace: "core_graphics"
  description: "bug fix for buffer stuffing classification"
  bug: "417070677"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
} # buffer_stuffing_fix

flag {
  name: "connected_display_hdr"
  namespace: "core_graphics"