sdm710-common: Enable early SF configurations
Sync early SF configurations from Bluecross Bug: 112620861 Test: Launch Chrome animation test, frame drop rate 0.9%->0.24% Change-Id: Iac9b848ed86768ee99d4bbbb3b624d607b414005 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
ac3a42d8e3
commit
bb0e57be4a
1 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,13 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
||||||
# Graphics
|
# Graphics
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
debug.sf.latch_unsignaled=1
|
debug.sf.enable_hwc_vds=1 \
|
||||||
|
debug.sf.enable_gl_backpressure=1 \
|
||||||
|
debug.sf.latch_unsignaled=1 \
|
||||||
|
debug.sf.early_app_phase_offset_ns=500000 \
|
||||||
|
debug.sf.early_gl_phase_offset_ns=3000000 \
|
||||||
|
debug.sf.early_gl_app_phase_offset_ns=15000000 \
|
||||||
|
debug.sf.early_phase_offset_ns=500000
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
Loading…
Reference in a new issue