dre: Sync display properties with holi
* Remove properties that aren't referenced anywhere and ones where the value is the default. Change-Id: I0b68179c7d8d32ca5bde0b959e57e2146b8537a3
This commit is contained in:
parent
8c02147eeb
commit
8e8185245e
1 changed files with 10 additions and 6 deletions
16
vendor.prop
16
vendor.prop
|
@ -84,16 +84,16 @@ persist.vendor.dpm.idletimer.mode=default
|
|||
persist.vendor.dpmhalservice.enable=1
|
||||
|
||||
# Display
|
||||
ro.vendor.display.sensortype=2
|
||||
vendor.display.comp_mask=0
|
||||
vendor.display.disable_excl_rect=0
|
||||
vendor.display.disable_excl_rect_partial_fb=1
|
||||
vendor.display.disable_hw_recovery_dump=1
|
||||
vendor.display.disable_offline_rotator=0
|
||||
vendor.display.enable_camera_smooth=1
|
||||
vendor.display.enable_async_powermode=0
|
||||
vendor.display.enable_early_wakeup=1
|
||||
vendor.display.enable_optimize_refresh=1
|
||||
vendor.display.enable_posted_start_dyn=1
|
||||
vendor.display.use_layer_ext=1
|
||||
vendor.display.use_smooth_motion=1
|
||||
vendor.display.primary_mixer_stages=9
|
||||
|
||||
# DRM
|
||||
drm.service.enabled=true
|
||||
|
@ -105,9 +105,13 @@ ro.frp.pst=/dev/block/bootdevice/by-name/frp
|
|||
vendor.gatekeeper.disable_spu=true
|
||||
|
||||
# Graphics
|
||||
debug.sf.disable_backpressure=1
|
||||
debug.sf.disable_client_composition_cache=1
|
||||
debug.sf.enable_gl_backpressure=1
|
||||
debug.sf.high_fps_early_gl_phase_offset_ns=-4000000
|
||||
debug.sf.high_fps_early_phase_offset_ns=-4000000
|
||||
debug.sf.high_fps_late_app_phase_offset_ns=1000000
|
||||
debug.sf.high_fps_late_sf_phase_offset_ns=-4000000
|
||||
debug.sf.latch_unsignaled=1
|
||||
persist.sys.sf.color_saturation=1.0
|
||||
ro.hardware.egl=adreno
|
||||
ro.hardware.vulkan=adreno
|
||||
ro.opengles.version=196610
|
||||
|
|
Loading…
Reference in a new issue