hwc: increase app buffers to 3 on 8909_512

increase the app buffers to 3 to improve the performance
of the Ux scenarios.

Change-Id: Ie413213baa7bbd6777f42e78842975852e34ea45
This commit is contained in:
Sanjeev Jakkilinki
2015-02-23 20:20:17 +05:30
parent 92fff34247
commit f8bc0361f5

View File

@@ -261,7 +261,7 @@ static void changeDefaultAppBufferCount() {
} }
if ((ramSize && ramSize < MAX_RAM_SIZE) && if ((ramSize && ramSize < MAX_RAM_SIZE) &&
(sInfo.xres && sInfo.xres <= qHD_WIDTH )) { (sInfo.xres && sInfo.xres <= qHD_WIDTH )) {
property_set(PROP_DEFAULT_APPBUFFER, "2"); property_set(PROP_DEFAULT_APPBUFFER, "3");
} }
} }