aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo 'Grim' Cabrita <grimkriegor@krutt.org>2019-07-25 16:37:17 +0100
committerGrim Kriegor <grimkriegor@krutt.org>2019-07-25 18:13:23 +0100
commit0d341f7e460d88e96d102a5c011c790f041cfbf1 (patch)
treea11adb68319bedd223390ade20fbb05d7a177acf
parentd23229e1083ab41dccc73ffed44de932c6730f09 (diff)
downloaddevice_samsung_i9305-0d341f7e460d88e96d102a5c011c790f041cfbf1.tar.gz
device_samsung_i9305-0d341f7e460d88e96d102a5c011c790f041cfbf1.tar.bz2
device_samsung_i9305-0d341f7e460d88e96d102a5c011c790f041cfbf1.zip
Set CONFIG_AVOID_GFX_ACCEL to true via system property
This property decrease memory footprint by avoiding the usage of accelerated graphics in certain places. No noticeable difference in performance was observed when using this. We are keeping it either way, in hopes that extra available memory will be beneficial for some software rendering optimizations. Signed-off-by: Ricardo 'Grim' Cabrita <grimkriegor@krutt.org>
-rw-r--r--system.prop1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.prop b/system.prop
index dbd9fdf..ca44e66 100644
--- a/system.prop
+++ b/system.prop
@@ -20,4 +20,5 @@ ro.hardware.gralloc=gbm
drm.gpu.force_software=1
hwc.drm.device=/dev/dri/card0
gralloc.gbm.device=/dev/dri/renderD128
+ro.config.avoid_gfx_accel=1
debug.sf.nobootanimation=1