mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
e7eab5f906
an addition of Gralloc HIDL caused Exynos4 gralloc to use only one framebuffer slot of the available two. This happens because the buffer is freed by HIDL immediately after it's allocated, thus making gralloc HAL think that first buffer is free and allocate a second one at the same vaddr (effectively using just one buffer). By skipping bufferMask change on the buffer free, we will make use of two framebuffer slots and fix Vsync issue. Change-Id: I0c3e7f517a67ad9d554111f91ef2f5190c6522c8 |
||
---|---|---|
.. | ||
exynos4210 | ||
hal | ||
interfaces | ||
nfc | ||
Android.bp |