diff options
| author | Matthias Yzusqui <myzb.dev@gmail.com> | 2016-04-29 13:11:42 +0200 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-05-10 13:23:13 -0700 |
| commit | e6becc422025eb7399b4ee257421eacff123d1c7 (patch) | |
| tree | 03413cea58f7c172498bf445766573ed7faacabc | |
| parent | 2e3d13bd31f35dbd06b18b63ca306064ab9bc976 (diff) | |
msm8226-common: clean display related debug props
debug.egl.hw and debug.sf.fb_always_on:
> Used to be surfaceflinger props in fw/base, (fw/native) but
are since long gone.
debug.sf.hw:
> Depends on 'debug.gralloc.map_fb_memory' which we are not using.
debug.composition.type:
> Used by the CopyBit module which we are not using and
'debug.gralloc.map_fb_memory'.
debug.mdpcomp.logs:
> This defaults to NULL if not set, having the same effect as '0'.
Change-Id: Ibeb753469ae4e1edf15665976872aabf24700a27
| -rw-r--r-- | system.prop | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system.prop b/system.prop index 44c7540..304aed9 100644 --- a/system.prop +++ b/system.prop @@ -39,12 +39,7 @@ ro.bluetooth.hfp.ver=1.6 ro.qualcomm.bt.hci_transport=smd # Display -debug.sf.fb_always_on=1 -debug.sf.hw=1 -debug.egl.hw=1 -debug.composition.type=c2d persist.hwc.mdpcomp.enable=true -debug.mdpcomp.logs=0 ro.opengles.version=196608 ro.sf.lcd_density=320 |
