Skip to content

Commit

Permalink
system.prop: temporarily switch to gpu composition
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Dec 21, 2012
1 parent 5c3f658 commit 8a40c3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions system.prop
Expand Up @@ -18,7 +18,9 @@ dalvik.vm.heapsize=128m
dalvik.vm.heapstartsize=5m

# Display
debug.composition.type=mdp
# We should be using mdp composition but
# this is causing issues for 7x27a on CM
debug.composition.type=gpu
debug.hwc.dynThreshold=1.91
debug.sf.hw=1
debug.sf.swaprect=1
Expand All @@ -36,7 +38,7 @@ ro.confg.hw_appversion=U8815VCM10_KERNEL

# Qualcomm
com.qc.hardware=true
debug.composition.7x27A.type=mdp
debug.composition.7x27A.type=gpu
hwui.render_dirty_regions.7x27A=true
ro.hw_plat=7x27A
ro.vendor.extension_library=/system/lib/libqc-opt.so
Expand Down

3 comments on commit 8a40c3f

@alanorth
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! There is no gpu composition type. I just happened to read the code hehe.

https://github.com/CyanogenMod/android_hardware_qcom_display/blob/jellybean/libqdutils/comptype.h

@Fagulhas
Copy link
Contributor

@Fagulhas Fagulhas commented on 8a40c3f Dec 22, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dazjo
Copy link
Owner

@dazjo dazjo commented on 8a40c3f Dec 22, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't want to delete the props. Simple as that. :p

Please sign in to comment.