Loading services/surfaceflinger/SurfaceFlinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading services/surfaceflinger/surfaceflinger_flags.aconfig +8 −8 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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 Loading
services/surfaceflinger/SurfaceFlinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading
services/surfaceflinger/surfaceflinger_flags.aconfig +8 −8 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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