mirror of
https://github.com/joel16/android_device_sony_kitakami-common.git
synced 2024-11-27 05:30:23 +00:00
kitakami-common: Allow additional gralloc 1.0 buffer usage bits
* Our platform requires 0x02000000U, which appears to be USAGE_PRIVATE_NONSECURE * Resolves the following Gralloc2 failure upon playback: buffer descriptor contains invalid usage bits 0x2000000 Change-Id: Ie5a8a46fef1c0f28ebd2cd3b3d29cc19763bc2a3
This commit is contained in:
parent
99abbbfd34
commit
a8c5d4c66e
@ -101,6 +101,7 @@ BOARD_CHARGER_DISABLE_INIT_BLANK := true
|
||||
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
|
||||
TARGET_USES_ION := true
|
||||
TARGET_USES_NEW_ION_API := true
|
||||
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
|
||||
TARGET_USES_C2D_COMPOSITION := true
|
||||
USE_OPENGL_RENDERER := true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user