diff options
author | Adithya R <gh0strider.2k18.reborn@gmail.com> | 2022-03-19 19:25:35 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 22:04:15 +0530 |
commit | ce58e0e281d54ddb96801d1fe47cc1e8471e1b39 (patch) | |
tree | a973433218912de9ec7b48fcc153c11f8df468a7 | |
parent | 181745d0b955b1932e74c1ba31e597c2acb101a3 (diff) |
veux: props: Disable debug.sf.enable_hwc_vds
-rw-r--r-- | vendor.prop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor.prop b/vendor.prop index 17ed876..673b7e3 100644 --- a/vendor.prop +++ b/vendor.prop @@ -185,6 +185,7 @@ debug.sf.high_fps_late_app_phase_offset_ns=1000000 debug.sf.high_fps_late_sf_phase_offset_ns=-4000000 debug.sf.frame_rate_multiple_threshold=120 debug.sf.hw=0 +debug.sf.enable_hwc_vds=0 persist.sys.sf.color_mode=0 persist.sys.sf.color_saturation=1.0 persist.sys.sf.native_mode=0 |