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:
@@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user