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

Commit 3feea1b9 authored by Jerry Chang's avatar Jerry Chang Committed by Android (Google) Code Review
Browse files

Merge "Rename small dirty detection flag" into main

parents 6d904875 dac89e90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4033,7 +4033,7 @@ void SurfaceFlinger::initScheduler(const sp<const DisplayDevice>& display) {

    if (sysprop::use_content_detection_for_refresh_rate(false)) {
        features |= Feature::kContentDetection;
        if (flags::vrr_small_dirty_detection()) {
        if (flags::enable_small_area_detection()) {
            features |= Feature::kSmallDirtyContentDetection;
        }
    }
+8 −8
Original line number Diff line number Diff line
@@ -31,14 +31,6 @@ flag {
  is_fixed_read_only: true
}

flag {
  name: "vrr_small_dirty_detection"
  namespace: "core_graphics"
  description: "Controls small dirty detection for VRR"
  bug: "283055450"
  is_fixed_read_only: true
}

flag {
  name: "dont_skip_on_early"
  namespace: "core_graphics"
@@ -53,3 +45,11 @@ flag {
  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
}
 No newline at end of file