commit | a0feb9650480a39a35f6dfa3c8a47766710bc5f0 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Mar 18 15:05:05 2015 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Mar 18 15:05:05 2015 -0700 |
tree | f84baeffb8d7bf46b3058572fbbd9d5f4f10c426 | |
parent | 0b147bcab04b7ffe70e0fc1dc608cb179e9cbfc9 [diff] | |
parent | f8bc0361f5dbdd0dec672b59ae1aaa993cad5d6c [diff] |
Merge "hwc: increase app buffers to 3 on 8909_512 increase the app buffers to 3 to improve the performance of the Ux scenarios."
diff --git a/libhwcomposer/hwc_utils.cpp b/libhwcomposer/hwc_utils.cpp index d162fb5..2d4363e 100644 --- a/libhwcomposer/hwc_utils.cpp +++ b/libhwcomposer/hwc_utils.cpp
@@ -266,7 +266,7 @@ } if ((ramSize && ramSize < MAX_RAM_SIZE) && (sInfo.xres && sInfo.xres <= qHD_WIDTH )) { - property_set(PROP_DEFAULT_APPBUFFER, "2"); + property_set(PROP_DEFAULT_APPBUFFER, "3"); } }